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 7035e609f2c..a0af8eea44c 100644
--- a/app/views/keys/_show.html.haml
+++ b/app/views/keys/_show.html.haml
@@ -9,5 +9,5 @@
= time_ago_in_words(key.created_at)
ago
%td
- = link_to 'Remove', key, :confirm => 'Are you sure?', :method => :delete, :class => "btn small danger delete-key right"
+ = link_to 'Remove', key, confirm: 'Are you sure?', method: :delete, class: "btn small danger delete-key right"