summaryrefslogtreecommitdiff
path: root/app/views/games/show.html.erb
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-04-23 21:47:34 -0400
committerDavisLWebb <davislwebb@ymail.com>2014-04-23 21:47:34 -0400
commit8003c0f8326f231b6e0c8bb29feb48736271ea21 (patch)
treeec0fcef385cac365f6a0f2c3f348ef8a3d65d090 /app/views/games/show.html.erb
parent8010bd28db76dd5783b2be046de4c63fa27738f6 (diff)
parentcfa41fcc58acc9ae50b84eb51e3d9fa9ecb3b79e (diff)
Merge branch 'clean2'
Conflicts: app/models/game.rb
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 d731e3d..1250cbd 100644
--- a/app/views/games/show.html.erb
+++ b/app/views/games/show.html.erb
@@ -1,4 +1,9 @@
<p>
+ <strong>Parent:</strong>
+ <%= @game.parent %>
+</p>
+
+<p>
<strong>Name:</strong>
<%= @game.name %>
</p>