Project

General

Profile

Defect #3854 » group-update.patch

Yonghwan SO, 2009-09-12 16:20

View differences:

app/views/groups/_general.html.erb (작업 사본)
1
<% labelled_tabular_form_for :group, @group, :url => { :controller => 'group', :action => 'update', :tab => nil } do |f| %>
1
<% labelled_tabular_form_for :group, @group, :url => { :controller => 'groups', :action => 'update', :tab => nil } do |f| %>
2 2
<%= render :partial => 'form', :locals => { :f => f } %>
3
<%= hidden_field_tag '_method', 'put' %>
3 4
<%= submit_tag l(:button_save) %>
4 5
<% end %>
    (1-1/1)