some
[appoyo.git] / vendor / plugins / facebooker / generators / facebook_scaffold / templates / view_edit.fbml.erb
bloba730629fa399d3a70d139154adde95d6d74c6004
1 <h1>Editing <%= singular_name %></h1>
3 <%% facebook_form_for(@<%= singular_name %>) do |f| %>
4   <%%= f.error_messages %>
6 <% for attribute in attributes -%>
7     <%%= f.<%= attribute.field_type %> :<%= attribute.name %> %>
8 <% end -%>
9     <%%= f.buttons "Update" %>
10 <%% end %>
12 <%%= link_to 'Show', @<%= singular_name %> %> |
13 <%%= link_to 'Back', <%= plural_name %>_path %>