summaryrefslogtreecommitdiff
path: root/app/views/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/snippets')
-rw-r--r--app/views/snippets/_form.html.haml2
-rw-r--r--app/views/snippets/index.html.haml4
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/snippets/_form.html.haml b/app/views/snippets/_form.html.haml
index 571e2b063c1..7a34ae8e03f 100644
--- a/app/views/snippets/_form.html.haml
+++ b/app/views/snippets/_form.html.haml
@@ -17,6 +17,6 @@
= f.label :content, "Code"
%br
= f.text_area :content, :style => "height:240px;width:932px;"
-
+
.actions.prepend-top
= f.submit 'Save', :class => "lbutton vm"
diff --git a/app/views/snippets/index.html.haml b/app/views/snippets/index.html.haml
index 6e5dbde5bb1..fe5e617044b 100644
--- a/app/views/snippets/index.html.haml
+++ b/app/views/snippets/index.html.haml
@@ -10,5 +10,5 @@
%th
= render @snippets
:javascript
- $('.delete-snippet').live('ajax:success', function() {
- $(this).closest('tr').fadeOut(); });
+ $('.delete-snippet').live('ajax:success', function() {
+ $(this).closest('tr').fadeOut(); });