summaryrefslogtreecommitdiff
path: root/app/views/keys/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/keys/show.html.haml')
-rw-r--r--app/views/keys/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/keys/show.html.haml b/app/views/keys/show.html.haml
index 79f51257fd9..ffd52b96e5a 100644
--- a/app/views/keys/show.html.haml
+++ b/app/views/keys/show.html.haml
@@ -11,4 +11,4 @@
%pre= @key.key
.actions
- = link_to 'Remove', @key, :confirm => 'Are you sure?', :method => :delete, :class => "btn danger delete-key"
+ = link_to 'Remove', @key, confirm: 'Are you sure?', method: :delete, class: "btn danger delete-key"