diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-21 12:28:22 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-21 12:28:22 +0000 |
commit | 77cfc1cc59c09fc7c3754a9b59a434c325483360 (patch) | |
tree | e28f92d0fc6a365054fc07516792001cf1de85f4 /app/controllers/my_controller.rb | |
parent | 5d8200b9fc55d740b390fae89839d23662adcbb2 (diff) | |
download | redmine-77cfc1cc59c09fc7c3754a9b59a434c325483360.tar.gz redmine-77cfc1cc59c09fc7c3754a9b59a434c325483360.zip |
Added a new block available for my page: "Watched issues"
git-svn-id: http://redmine.rubyforge.org/svn/trunk@456 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/my_controller.rb')
-rw-r--r-- | app/controllers/my_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/my_controller.rb b/app/controllers/my_controller.rb index 64a561f96..bc9a42a63 100644 --- a/app/controllers/my_controller.rb +++ b/app/controllers/my_controller.rb @@ -21,6 +21,7 @@ class MyController < ApplicationController BLOCKS = { 'issuesassignedtome' => :label_assigned_to_me_issues, 'issuesreportedbyme' => :label_reported_issues, + 'issueswatched' => :label_watched_issues, 'news' => :label_news_latest, 'calendar' => :label_calendar, 'documents' => :label_document_plural |