summaryrefslogtreecommitdiff
path: root/app/views/games/ptu/pokemon/show.html.erb
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-04-07 20:44:30 -0400
committerDavid Gay <david@davidgay.org>2021-04-07 20:44:30 -0400
commitf27be0dce605412440b6317cd568610f01079f32 (patch)
tree85d81e8e6325cf6ee4209ef87efa0aa5b337e62e /app/views/games/ptu/pokemon/show.html.erb
parente3bc8b4a01c1615bbe4cade564760cb97bcc2a25 (diff)
PTU pokemon controller and view basic setup
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>