summaryrefslogtreecommitdiff
path: root/app/views/games/show.html.erb
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-04-23 21:45:40 -0400
committerDavisLWebb <davislwebb@ymail.com>2014-04-23 21:45:40 -0400
commitcfa41fcc58acc9ae50b84eb51e3d9fa9ecb3b79e (patch)
treefd6f60373abd9d78d200fd05738b698d880322c9 /app/views/games/show.html.erb
parentdfba531151d1aa363b2fd0d17bb6ef1da7e02bd4 (diff)
run ./generate.sh
Diffstat (limited to 'app/views/games/show.html.erb')
-rw-r--r--app/views/games/show.html.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/games/show.html.erb b/app/views/games/show.html.erb
index 93bfb60..38c8ccb 100644
--- a/app/views/games/show.html.erb
+++ b/app/views/games/show.html.erb
@@ -1,6 +1,11 @@
<p id="notice"><%= notice %></p>
<p>
+ <strong>Parent:</strong>
+ <%= @game.parent %>
+</p>
+
+<p>
<strong>Name:</strong>
<%= @game.name %>
</p>