diff options
Diffstat (limited to 'app/views/location/list.rhtml')
-rw-r--r-- | app/views/location/list.rhtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/location/list.rhtml b/app/views/location/list.rhtml new file mode 100644 index 0000000..1307dfa --- /dev/null +++ b/app/views/location/list.rhtml @@ -0,0 +1,4 @@ +<%= render :partial => "person/nav" %> +<h1>Locations</h1> +<%= render :partial => "plist", :object => @locations %> + |