summaryrefslogtreecommitdiff
path: root/app/views/games/ptu/index.html.erb
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-04-09 18:22:35 -0400
committerDavid Gay <david@davidgay.org>2021-04-09 18:55:30 -0400
commitc58d76edc7926ea03b193e9a40183184a564bf0a (patch)
tree9a725e458a6c982ae85dc9d99aef8bc20b3e15dc /app/views/games/ptu/index.html.erb
parentb1d335e65bfcd813c3565257f8c18f22cdac08dc (diff)
Improve hacked-together pokemon generator, plus BSR
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>