summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/index.atom.builder
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/issues/index.atom.builder')
-rw-r--r--app/views/projects/issues/index.atom.builder2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/issues/index.atom.builder b/app/views/projects/issues/index.atom.builder
index 6566866be82..4de9c0ed34b 100644
--- a/app/views/projects/issues/index.atom.builder
+++ b/app/views/projects/issues/index.atom.builder
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
# rubocop: disable CodeReuse/ActiveRecord
xml.title "#{@project.name} issues"
xml.link href: url_for(safe_params), rel: "self", type: "application/atom+xml"