summaryrefslogtreecommitdiff
path: root/app/views/projects/tags
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2016-12-22 16:30:09 +0530
committerKushal Pandya <kushal@gitlab.com>2016-12-31 11:43:08 +0530
commit7b1944f96c6513486cc4a7be30f912e2f7a1110b (patch)
treeb9ad52981d16422f01b4c49e8126ea7fe08c9020 /app/views/projects/tags
parentef3744d0cd644d75b7fa573777baf29950172623 (diff)
downloadgitlab-ce-7b1944f96c6513486cc4a7be30f912e2f7a1110b.tar.gz
HAMLLint: Fix `ClassAttributeWithStaticValue` offences
Diffstat (limited to 'app/views/projects/tags')
-rw-r--r--app/views/projects/tags/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tags/new.html.haml b/app/views/projects/tags/new.html.haml
index c06a413eb2f..9b87696addf 100644
--- a/app/views/projects/tags/new.html.haml
+++ b/app/views/projects/tags/new.html.haml
@@ -2,7 +2,7 @@
- if @error
.alert.alert-danger
- %button{ type: "button", class: "close", "data-dismiss" => "alert"} &times;
+ %button.close{ type: "button", "data-dismiss" => "alert"} &times;
= @error
%h3.page-title