5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
|
<%= labelled_form_for @group do |f| %>
|
||
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
||
|
<%= submit_tag l(:button_save) %>
|
||
|
<% end %>
|