From f79680c53fa93c04e27f8630448d89799cde4289 Mon Sep 17 00:00:00 2001 From: Kushal Pandya Date: Sat, 31 Dec 2016 13:41:30 +0530 Subject: HAMLLint: Fix `ImplicitDiv` offence post-rebase --- app/views/projects/tags/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1