summaryrefslogtreecommitdiff
path: root/app/views/person/show.rhtml
diff options
context:
space:
mode:
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 %>
+