diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-02-13 14:31:42 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-02-13 14:31:51 +0100 |
commit | 34cc4c598232d2e27dcc99f5534dbe318e89cff9 (patch) | |
tree | 4b2d97db3837b57cca8461ae33f735c6dd1417f0 /app/controllers/users_controller.rb | |
parent | 529188e4788991961796b1b6131389072ee61efb (diff) | |
download | gitlab-ce-34cc4c598232d2e27dcc99f5534dbe318e89cff9.tar.gz |
Link head panel titles to relevant root page.
Diffstat (limited to 'app/controllers/users_controller.rb')
-rw-r--r-- | app/controllers/users_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 57d8ef09faf..84a04c5ebe6 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -19,6 +19,7 @@ class UsersController < ApplicationController where(project_id: authorized_projects_ids).limit(30) @title = @user.name + @title_url = user_path(@user) respond_to do |format| format.html |