Updated button class in template form

This commit is contained in:
saurabhbhatia 2013-10-04 14:41:48 +08:00
parent ff93670949
commit ba8da9b6bb
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@
<%= f.text_field :intro %>
</div>
</div>
<%= f.submit t(:update_) %>
<%= f.submit t(:update_), :class=>"btn btn-primary" %>
<% end %>