summaryrefslogtreecommitdiff
path: root/app/views/games/ptu/pokemon/edit.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/edit.html.erb
parente3bc8b4a01c1615bbe4cade564760cb97bcc2a25 (diff)
PTU pokemon controller and view basic setup
Diffstat (limited to 'app/views/games/ptu/pokemon/edit.html.erb')
-rw-r--r--app/views/games/ptu/pokemon/edit.html.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/games/ptu/pokemon/edit.html.erb b/app/views/games/ptu/pokemon/edit.html.erb
new file mode 100644
index 0000000..684ee4d
--- /dev/null
+++ b/app/views/games/ptu/pokemon/edit.html.erb
@@ -0,0 +1,3 @@
+<h1>New Pokemon - <%= @pokemon.name %> </h1>
+
+<%= render "form" %>