m
[playfm2.git] / vendor / plugins / facebooker / generators / facebook_scaffold / templates / view_edit.html.erb
blobe289975596911bf3e82e3e107ea2a6f7a4f1fbc1
1 <h1>Editing <%= singular_name %></h1>
3 <%% form_for(@<%= singular_name %>) do |f| %>
4   <%%= f.error_messages %>
6 <% for attribute in attributes -%>
7   <p>
8     <%%= f.label :<%= attribute.name %> %><br />
9     <%%= f.<%= attribute.field_type %> :<%= attribute.name %> %>
10   </p>
11 <% end -%>
12   <p>
13     <%%= f.submit "Update" %>
14   </p>
15 <%% end %>
17 <%%= link_to 'Show', @<%= singular_name %> %> |
18 <%%= link_to 'Back', <%= plural_name %>_path %>