mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 03:15:57 +01:00
Code cleanup.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4497 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -19,6 +19,7 @@ class MyController < ApplicationController
|
||||
before_filter :require_login
|
||||
|
||||
helper :issues
|
||||
helper :users
|
||||
helper :custom_fields
|
||||
|
||||
BLOCKS = { 'issuesassignedtome' => :label_assigned_to_me_issues,
|
||||
@@ -65,7 +66,6 @@ class MyController < ApplicationController
|
||||
return
|
||||
end
|
||||
end
|
||||
@notification_options = @user.valid_notification_options
|
||||
end
|
||||
|
||||
# Manage user's password
|
||||
|
||||
Reference in New Issue
Block a user