diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-05-01 11:33:54 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-05-01 11:33:54 +0200 |
commit | a2eee3181c6b0fc3ef8b95f3187704a2b12774e4 (patch) | |
tree | a6db7d8a28485ab1a76416c070d5f796fb1b6888 /app/views | |
parent | 92fd3ccee05acdfd5e498734ed287458a8dd21a3 (diff) | |
download | gitlab-ce-a2eee3181c6b0fc3ef8b95f3187704a2b12774e4.tar.gz |
Fix title on user page.you-get-a-title-and-you-get-a-title-and-everyone-gets-a-title
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/users/show.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index 0576c6a11b9..6ed45fedfa2 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -1,3 +1,6 @@ +- page_title @user.name +- header_title @user.name, user_path(@user) + = content_for :meta_tags do = auto_discovery_link_tag(:atom, user_url(@user, format: :atom), title: "#{@user.name} activity") |