summaryrefslogtreecommitdiff
path: root/app/views/person/show.rhtml
diff options
context:
space:
mode:
authorNicolas Braud-Santoni <nicoo@ffgraz.net>2016-08-07 16:39:42 +0200
committerNicolas Braud-Santoni <nicoo@ffgraz.net>2016-08-07 16:39:42 +0200
commitb6ca062670b342344df08b53fb216db619ef42bc (patch)
tree7680ac6b407239f6b7272c937e42f688b8de542c /app/views/person/show.rhtml
Import legacy manman source
Copied from www.ffgraz.net
Diffstat (limited to 'app/views/person/show.rhtml')
-rw-r--r--app/views/person/show.rhtml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/person/show.rhtml b/app/views/person/show.rhtml
new file mode 100644
index 0000000..be5541f
--- /dev/null
+++ b/app/views/person/show.rhtml
@@ -0,0 +1,8 @@
+<%= render :partial => "person/nav" %>
+<h1>Person</h1>
+<%= render :partial => "person/pshow", :object => @person %>
+<hr>
+<h2>Locations</h2>
+<%= render :partial => "location/plist",
+ :object => @locations %>
+