diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-04-21 16:31:40 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-04-23 17:11:38 +0200 |
commit | 8917ae39e3f2a75833908413bac209373cb013eb (patch) | |
tree | 016bad6191ce801c3e7cb3092bf604b3fdc94ca7 /app/views/users/show.html.haml | |
parent | 27289599e2e53bb27b897069c18b169fd3cb4cea (diff) | |
download | gitlab-ce-8917ae39e3f2a75833908413bac209373cb013eb.tar.gz |
Add atom link tag to every page that has one.
Diffstat (limited to 'app/views/users/show.html.haml')
-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 9dd8cb0738c..a2286773629 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -1,3 +1,6 @@ += content_for :meta_tags do + = auto_discovery_link_tag(:atom, user_url(@user, format: :atom), title: "Activity feed for #{@user.name}") + .row = link_to '#aside', class: 'show-aside' do %i.fa.fa-angle-left |