4 lines
199 B
Text
4 lines
199 B
Text
<%= labelled_form_for @group, :url => group_path(@group), :html => {:multipart => true} do |f| %>
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
|
<%= submit_tag l(:button_save) %>
|
|
<% end %>
|