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/projects/issues/index.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/projects/issues/index.html.haml')
-rw-r--r-- | app/views/projects/issues/index.html.haml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/projects/issues/index.html.haml b/app/views/projects/issues/index.html.haml index d3c7ae24a75..c2522816f3b 100644 --- a/app/views/projects/issues/index.html.haml +++ b/app/views/projects/issues/index.html.haml @@ -1,3 +1,7 @@ += content_for :meta_tags do + - if current_user + = auto_discovery_link_tag(:atom, namespace_project_issues_url(@project.namespace, @project, :atom, private_token: current_user.private_token), title: "#{@project.name} issues") + .append-bottom-10 .pull-right .pull-left |