summaryrefslogtreecommitdiff
path: root/app/views/projects/tags/index.atom.builder
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/tags/index.atom.builder')
-rw-r--r--app/views/projects/tags/index.atom.builder2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/tags/index.atom.builder b/app/views/projects/tags/index.atom.builder
index b9b58b7beaa..68d51ebc89c 100644
--- a/app/views/projects/tags/index.atom.builder
+++ b/app/views/projects/tags/index.atom.builder
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
xml.title "#{@project.name} tags"
xml.link href: project_tags_url(@project, @ref, rss_url_options), rel: 'self', type: 'application/atom+xml'
xml.link href: project_tags_url(@project, @ref), rel: 'alternate', type: 'text/html'