Context refactoring. Move Issues list, Search logic to context
This commit is contained in:
parent
63fe042d97
commit
679d0d6d76
15 changed files with 100 additions and 83 deletions
|
@ -54,7 +54,7 @@ class MilestonesController < ProjectResourceController
|
|||
|
||||
respond_to do |format|
|
||||
format.js
|
||||
format.html do
|
||||
format.html do
|
||||
if @milestone.valid?
|
||||
redirect_to [@project, @milestone]
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue