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/person/edit.rhtml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 app/views/person/edit.rhtml (limited to 'app/views/person/edit.rhtml') diff --git a/app/views/person/edit.rhtml b/app/views/person/edit.rhtml new file mode 100644 index 0000000..7c0f1da --- /dev/null +++ b/app/views/person/edit.rhtml @@ -0,0 +1,26 @@ +<%= render :partial => "person/nav" %> +

Person

+<%= start_form_tag :action => 'update', :id => @person %> + + + + + + + + + + + + + + + + +
nick<%= text_field 'person', 'nick' %>
Vorname<%= text_field 'person', 'firstname' %>
Nachname<%= text_field 'person', 'lastname' %>
Email:<%= text_field 'person', 'email' %>
Tel:<%= text_field 'person', 'tel' %>
+ <%= submit_tag 'Edit' %> +<%= end_form_tag %> + +<%= link_to 'Show', :action => 'show', :id => @person %> | +<%= link_to 'Back', :action => 'list' %> + -- cgit v1.2.1