diff options
author | Kushal Pandya <kushal@gitlab.com> | 2016-12-31 13:41:30 +0530 |
---|---|---|
committer | Kushal Pandya <kushal@gitlab.com> | 2016-12-31 13:41:30 +0530 |
commit | f79680c53fa93c04e27f8630448d89799cde4289 (patch) | |
tree | 2ac56844d07d25a3b6ce5c60059ea628345d46d8 | |
parent | a54c9b7f20a30f63eb1feb66b21c2d9eea0bf559 (diff) | |
download | gitlab-ce-f79680c53fa93c04e27f8630448d89799cde4289.tar.gz |
HAMLLint: Fix `ImplicitDiv` offence post-rebase22072-enable-haml-lints
-rw-r--r-- | app/views/projects/tags/index.html.haml | 2 |
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 |