summaryrefslogtreecommitdiff
path: root/app/views/users
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-05-01 11:33:54 +0200
committerDouwe Maan <douwe@gitlab.com>2015-05-01 11:33:54 +0200
commita2eee3181c6b0fc3ef8b95f3187704a2b12774e4 (patch)
treea6db7d8a28485ab1a76416c070d5f796fb1b6888 /app/views/users
parent92fd3ccee05acdfd5e498734ed287458a8dd21a3 (diff)
downloadgitlab-ce-a2eee3181c6b0fc3ef8b95f3187704a2b12774e4.tar.gz
Diffstat (limited to 'app/views/users')
-rw-r--r--app/views/users/show.html.haml3
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")