diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-03-15 10:38:56 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-03-15 10:38:56 +0000 |
commit | 84f322b2af0e2a781a1fcc3ae4dd1e6845b22b66 (patch) | |
tree | 87a00a7afb6748ecc62d02e61b5b9bdba73269a3 /app/controllers/projects_controller.rb | |
parent | 3b59c6dfb200bc5d5434cdc1f5a71478747297d9 (diff) | |
download | redmine-84f322b2af0e2a781a1fcc3ae4dd1e6845b22b66.tar.gz redmine-84f322b2af0e2a781a1fcc3ae4dd1e6845b22b66.zip |
Add a description for trackers (#442).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@17970 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/projects_controller.rb')
-rw-r--r-- | app/controllers/projects_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb index 09cc0f713..ca9959bac 100644 --- a/app/controllers/projects_controller.rb +++ b/app/controllers/projects_controller.rb @@ -35,6 +35,7 @@ class ProjectsController < ApplicationController helper :queries helper :repositories helper :members + helper :trackers # Lists visible projects def index |