summaryrefslogtreecommitdiff
path: root/app/views/games/ptu/pokemon/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/games/ptu/pokemon/show.html.erb')
-rw-r--r--app/views/games/ptu/pokemon/show.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/games/ptu/pokemon/show.html.erb b/app/views/games/ptu/pokemon/show.html.erb
index e7b80ce..c4454cd 100644
--- a/app/views/games/ptu/pokemon/show.html.erb
+++ b/app/views/games/ptu/pokemon/show.html.erb
@@ -1,5 +1,9 @@
+<div class="my-4"><%= link_to "Back", games_ptu_pokemon_index_path %></div>
+
<h1><%= @pokemon.name %></h1>
+<div class="my-2"><%= link_to "Edit", edit_games_ptu_pokemon_path(@pokemon) %></div>
+
<table>
<tr>
<td>Base HP</td>