summaryrefslogtreecommitdiff
path: root/app/views/projects/tags/show.html.haml
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2016-12-31 13:40:35 +0530
committerKushal Pandya <kushal@gitlab.com>2016-12-31 13:40:35 +0530
commita54c9b7f20a30f63eb1feb66b21c2d9eea0bf559 (patch)
tree6eef32dbd3862719d11e97688bf95bfc46f1f84b /app/views/projects/tags/show.html.haml
parente0f765ae440da26f1aa9b888dbff80e32b3be5ce (diff)
downloadgitlab-ce-a54c9b7f20a30f63eb1feb66b21c2d9eea0bf559.tar.gz
HAMLLint: Fix `TrailingWhitespace` offense post-rebase
Diffstat (limited to 'app/views/projects/tags/show.html.haml')
-rw-r--r--app/views/projects/tags/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tags/show.html.haml b/app/views/projects/tags/show.html.haml
index a8d462132c6..fad3c5c2173 100644
--- a/app/views/projects/tags/show.html.haml
+++ b/app/views/projects/tags/show.html.haml
@@ -26,7 +26,7 @@
.btn-container.controls-item-full
= link_to namespace_project_tag_path(@project.namespace, @project, @tag.name), class: 'btn btn-remove remove-row has-tooltip', title: "Delete tag", method: :delete, data: { confirm: "Deleting the '#{@tag.name}' tag cannot be undone. Are you sure?" } do
%i.fa.fa-trash-o
-
+
- if @tag.message.present?
%pre.wrap
= strip_gpg_signature(@tag.message)