Mercurial > zeropaste
diff app/views/pastes/_form.html.erb @ 25:faf30647205e
Use bootstrap.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 10 Sep 2012 03:48:01 +0700 |
parents | 42de15334db1 |
children | 7746fd53bd9c |
line wrap: on
line diff
--- a/app/views/pastes/_form.html.erb Wed Sep 05 14:47:35 2012 +0700 +++ b/app/views/pastes/_form.html.erb Mon Sep 10 03:48:01 2012 +0700 @@ -12,10 +12,9 @@ <% end %> <div class="field"> - <%= f.label :paste %><br /> - <%= f.text_area :paste %> + <%= f.text_area :paste, :class => 'span12' %> </div> <div class="actions"> - <%= f.submit %> + <%= f.submit :class => 'btn' %> </div> <% end %>