From fb3e365412954b5d23a048518d70c15894cb9686 Mon Sep 17 00:00:00 2001 From: Kushal Pandya Date: Mon, 26 Dec 2016 16:17:16 +0530 Subject: HAMLLint: Fix `SpaceInsideHashAttributes` offences --- app/views/errors/access_denied.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/views/errors/access_denied.html.haml') diff --git a/app/views/errors/access_denied.html.haml b/app/views/errors/access_denied.html.haml index 8bddbef3562..a97cbd4d4b3 100644 --- a/app/views/errors/access_denied.html.haml +++ b/app/views/errors/access_denied.html.haml @@ -1,6 +1,5 @@ - content_for(:title, 'Access Denied') -%img{:alt => "GitLab Logo", - :src => image_path('logo.svg')} +%img{ :alt => "GitLab Logo", :src => image_path('logo.svg') } %h1 403 .container -- cgit v1.2.1