From dd5ffd9ca648dba4c0b58be2172cd14c428fa654 Mon Sep 17 00:00:00 2001 From: Kushal Pandya Date: Fri, 23 Dec 2016 15:07:12 +0530 Subject: HAMLLint: Fix `ImplicitDiv` offences --- app/views/profiles/keys/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/profiles/keys/index.html.haml') diff --git a/app/views/profiles/keys/index.html.haml b/app/views/profiles/keys/index.html.haml index 93187873501..71b224a413b 100644 --- a/app/views/profiles/keys/index.html.haml +++ b/app/views/profiles/keys/index.html.haml @@ -17,5 +17,5 @@ %hr %h5 Your SSH keys (#{@keys.count}) - %div.append-bottom-default + .append-bottom-default = render 'key_table' -- cgit v1.2.1