diff options
author | Azul <azul@leap.se> | 2012-12-20 10:57:34 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-12-20 10:57:34 +0100 |
commit | 5d61ba0a80399b9e725881f857fdfa5414e5ef3f (patch) | |
tree | 041d1938f02b8aa27f68e90f8c71672ec89ce810 /help/app/views/tickets/new.html.haml | |
parent | 69a6c34998328b2168053184e1e487b60e1cc536 (diff) | |
parent | d6c881294880a934424e4d399786561d5c107167 (diff) |
Merge remote-tracking branch 'origin/feature/tickets-refactor'
Diffstat (limited to 'help/app/views/tickets/new.html.haml')
-rw-r--r-- | help/app/views/tickets/new.html.haml | 5 |
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 |