summaryrefslogtreecommitdiff
path: root/app/views/keys/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/keys/index.html.haml')
-rw-r--r--app/views/keys/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/keys/index.html.haml b/app/views/keys/index.html.haml
index 416ae8f8f95..279b125f53c 100644
--- a/app/views/keys/index.html.haml
+++ b/app/views/keys/index.html.haml
@@ -10,6 +10,6 @@
= render(:partial => 'show', :locals => {:key => key})
:javascript
- $('.delete-key').live('ajax:success', function() {
- $(this).closest('tr').fadeOut(); });
+ $('.delete-key').live('ajax:success', function() {
+ $(this).closest('tr').fadeOut(); });