##// END OF EJS Templates
Rails3: view: use explicit post method at projects/settings/_modules.html.erb...
Toshi MARUYAMA -
r8362:bddd2a740d7a
parent child
Show More
@@ -1,6 +1,7
1 <% form_for :project, @project,
1 <% form_for :project, @project,
2 :url => { :action => 'modules', :id => @project },
2 :url => { :action => 'modules', :id => @project },
3 :html => {:id => 'modules-form'} do |f| %>
3 :html => {:id => 'modules-form',
4 :method => :post} do |f| %>
4
5
5 <div class="box">
6 <div class="box">
6 <fieldset>
7 <fieldset>
General Comments 0
You need to be logged in to leave comments. Login now