summaryrefslogtreecommitdiff
path: root/help/app/views/tickets/new.html.haml
diff options
context:
space:
mode:
authorjessib <jessib@leap.se>2012-12-18 13:46:48 -0800
committerjessib <jessib@leap.se>2012-12-18 13:46:48 -0800
commit05fd50e769e00e2f63eb4e0eae44ecbc47a6606a (patch)
treee5f6470680b21525093b71064ff2282be8e67101 /help/app/views/tickets/new.html.haml
parent66ce152d5124be52f31d51fc4171fd53ba3a915c (diff)
Minor CSS improvement using bootstrap.
Diffstat (limited to 'help/app/views/tickets/new.html.haml')
-rw-r--r--help/app/views/tickets/new.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/help/app/views/tickets/new.html.haml b/help/app/views/tickets/new.html.haml
index ca036a5..a8c5f8f 100644
--- a/help/app/views/tickets/new.html.haml
+++ b/help/app/views/tickets/new.html.haml
@@ -5,5 +5,6 @@
= render :partial => 'new_comment', :locals => {:f => f}
= # regarding_user if not logged in
= # email if not logged in
- = f.button :submit
- = link_to t(:cancel), tickets_path, :class => :btn
+ .form-actions
+ = f.button :submit, :class => 'btn-primary'
+ = link_to t(:cancel), tickets_path, :class => :btn