From b6ca062670b342344df08b53fb216db619ef42bc Mon Sep 17 00:00:00 2001 From: Nicolas Braud-Santoni Date: Sun, 7 Aug 2016 16:39:42 +0200 Subject: Import legacy manman source Copied from www.ffgraz.net --- app/views/location/_plist.rhtml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 app/views/location/_plist.rhtml (limited to 'app/views/location/_plist.rhtml') diff --git a/app/views/location/_plist.rhtml b/app/views/location/_plist.rhtml new file mode 100644 index 0000000..be4d644 --- /dev/null +++ b/app/views/location/_plist.rhtml @@ -0,0 +1,19 @@ + + + + + + +<% @locations.each do |location| %> + + + + + + + + + +<% end %> +
NameStrasseHausnr.Kommentar
<%= location.name %><%= location.street %><%= location.streetnr %><%= location.comment %><%= link_to 'Show', :action => 'show', :controller => 'location', :id => location %><%= link_to 'Edit', :action => 'edit', :controller => 'location', :id => location %><%= link_to 'Destroy', { :action => 'destroy', :controller => 'location', :id => location }, :confirm => 'Are you sure?', :post => true %>
+ -- cgit v1.2.1