summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2016-12-31 13:41:30 +0530
committerKushal Pandya <kushal@gitlab.com>2016-12-31 13:41:30 +0530
commitf79680c53fa93c04e27f8630448d89799cde4289 (patch)
tree2ac56844d07d25a3b6ce5c60059ea628345d46d8
parenta54c9b7f20a30f63eb1feb66b21c2d9eea0bf559 (diff)
downloadgitlab-ce-22072-enable-haml-lints.tar.gz
HAMLLint: Fix `ImplicitDiv` offence post-rebase22072-enable-haml-lints
-rw-r--r--app/views/projects/tags/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tags/index.html.haml b/app/views/projects/tags/index.html.haml
index 92a023a5c85..e2f132f7742 100644
--- a/app/views/projects/tags/index.html.haml
+++ b/app/views/projects/tags/index.html.haml
@@ -2,7 +2,7 @@
- page_title "Tags"
= render "projects/commits/head"
-%div.flex-list{ class: container_class }
+.flex-list{ class: container_class }
.top-area.flex-row
.nav-text.row-main-content
Tags give the ability to mark specific points in history as being important