Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-21 17:31:40 +0300
committerDouwe Maan <douwe@gitlab.com>2015-04-23 18:11:38 +0300
commit8917ae39e3f2a75833908413bac209373cb013eb (patch)
tree016bad6191ce801c3e7cb3092bf604b3fdc94ca7 /app/views/groups/issues.html.haml
parent27289599e2e53bb27b897069c18b169fd3cb4cea (diff)
Add atom link tag to every page that has one.
Diffstat (limited to 'app/views/groups/issues.html.haml')
-rw-r--r--app/views/groups/issues.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/groups/issues.html.haml b/app/views/groups/issues.html.haml
index 6c0d89c4e7c..bfdb862a2e9 100644
--- a/app/views/groups/issues.html.haml
+++ b/app/views/groups/issues.html.haml
@@ -1,3 +1,7 @@
+= content_for :meta_tags do
+ - if current_user
+ = auto_discovery_link_tag(:atom, issues_group_url(@group, format: :atom, private_token: current_user.private_token), title: "#{@group.name} issues")
+
%h3.page-title
Issues