Redmine/app/views/projects
Toshi MARUYAMA bddd2a740d Rails3: view: use explicit post method at projects/settings/_modules.html.erb
On Rails3, form_for generates hidden "put" input tag.
So, 'No route matches "/projects/id/modules"' error raises.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8482 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-01-03 10:48:40 +00:00
..
settings Rails3: view: use explicit post method at projects/settings/_modules.html.erb 2012-01-03 10:48:40 +00:00
_edit.html.erb Use #labelled_form_for instead of #labelled_tabular_form_for. 2011-12-09 18:15:55 +00:00
_form.html.erb Use #labelled_form_for instead of #labelled_tabular_form_for. 2011-12-09 18:15:55 +00:00
_members_box.html.erb html_safe for Rails3 2011-12-17 21:46:39 +00:00
copy.html.erb Use #labelled_form_for instead of #labelled_tabular_form_for. 2011-12-09 18:15:55 +00:00
destroy.html.erb rename .rhtml to .html.erb of app/views/projects/destroy.rhtml. 2011-09-01 13:23:05 +00:00
index.api.rsb remove trailing white-spaces from app/views/projects/index.api.rsb 2011-09-16 15:16:30 +00:00
index.html.erb Explicitly declare all routes and deactivate default route. 2011-12-10 13:33:01 +00:00
list_members.html.erb rename .rhtml to .html.erb of app/views/projects/list_members.rhtml. 2011-09-01 13:27:38 +00:00
new.html.erb Use #labelled_form_for instead of #labelled_tabular_form_for. 2011-12-09 18:15:55 +00:00
settings.html.erb rename .rhtml to .html.erb of app/views/projects/settings.rhtml. 2011-09-01 13:26:57 +00:00
show.api.rsb Makes issue categories available in project REST API (#9553). 2011-11-20 14:55:44 +00:00
show.html.erb Dropped TimeEntryReportsController. 2011-12-02 19:33:05 +00:00