changeset 29:5cfc0b956083

Better action area.
author Edho Arief <edho@myconan.net>
date Mon, 10 Sep 2012 04:00:51 +0700
parents 7746fd53bd9c
children df2ea9fc084d
files app/views/pastes/_form.html.erb
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/app/views/pastes/_form.html.erb	Mon Sep 10 04:00:34 2012 +0700
+++ b/app/views/pastes/_form.html.erb	Mon Sep 10 04:00:51 2012 +0700
@@ -14,7 +14,7 @@
   <div class="field">
     <%= f.text_area :paste, :class => 'span12', :cols => nil, :rows => nil %>
   </div>
-  <div class="actions">
-    <%= f.submit :class => 'btn' %>
+  <div class="form-actions">
+    <%= f.submit :class => 'btn btn-primary' %>
   </div>
 <% end %>