summaryrefslogtreecommitdiff
path: root/app/views/games/ptu/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/games/ptu/index.html.erb')
-rw-r--r--app/views/games/ptu/index.html.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/games/ptu/index.html.erb b/app/views/games/ptu/index.html.erb
new file mode 100644
index 0000000..d9b83e7
--- /dev/null
+++ b/app/views/games/ptu/index.html.erb
@@ -0,0 +1,6 @@
+<h1>PTU</h1>
+
+<ul>
+ <li><%= link_to "Pokemon", games_ptu_pokemon_index_path %></li>
+ <li><%= link_to "Encounters", games_ptu_encounters_path %></li>
+</ul>