Commit 182b3acb authored by Lukas Eipert's avatar Lukas Eipert

Fix lint in `app/views/profiles/keys/_key_details.html.haml`

parent 530f2cda
...@@ -25,4 +25,4 @@ ...@@ -25,4 +25,4 @@
.col-md-12 .col-md-12
.float-right .float-right
- unless @key.is_a? LDAPKey - unless @key.is_a? LDAPKey
= link_to 'Remove', path_to_key(@key, is_admin), data: {confirm: 'Are you sure?'}, method: :delete, class: "btn btn-remove delete-key" = link_to 'Remove', path_to_key(@key, is_admin), data: {confirm: 'Are you sure?'}, method: :delete, class: "btn btn-remove delete-key"
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment