diff options
author | Kushal Pandya <kushal@gitlab.com> | 2016-12-23 15:07:12 +0530 |
---|---|---|
committer | Kushal Pandya <kushal@gitlab.com> | 2016-12-31 11:43:08 +0530 |
commit | dd5ffd9ca648dba4c0b58be2172cd14c428fa654 (patch) | |
tree | c83bff9e852b8dacefb3cee11920bde1c8d0eb81 /app/views/profiles/keys/index.html.haml | |
parent | 7157f5857a187cfa7011ef7e0077d599e846d452 (diff) | |
download | gitlab-ce-dd5ffd9ca648dba4c0b58be2172cd14c428fa654.tar.gz |
HAMLLint: Fix `ImplicitDiv` offences
Diffstat (limited to 'app/views/profiles/keys/index.html.haml')
-rw-r--r-- | app/views/profiles/keys/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |