root/app/views/admin/artwork_conditions/_form.rhtml @ 402c7e4f
<p>
|
|
<%
|
|
form_for_resource do |f|
|
|
%>
|
|
<%=
|
|
stacking_form(f) do |table|
|
|
table.field :name, _("Name:"), :text_field
|
|
table.content display_standard_form_buttons(submit_label)
|
|
end
|
|
%>
|
|
<%
|
|
end
|
|
%>
|
|
</p>
|