summaryrefslogtreecommitdiff
path: root/app/views/snippets/_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/snippets/_form.html.haml')
-rw-r--r--app/views/snippets/_form.html.haml2
1 files changed, 1 insertions, 1 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"