lib/generators/templates/app/views/edit.html.erb in beautiful_scaffold-0.3.3 vs lib/generators/templates/app/views/edit.html.erb in beautiful_scaffold-0.3.4
- old
+ new
@@ -1,5 +1,5 @@
<h2><%%= t(:editing, :default => 'Editing') %> <%%= <%= i18n_t_m(singular_table_name) %> %></h2>
<%%= render 'form' %>
-<%%= link_to t(:back, :default => "Back"), <%= namespace_for_route %><%= plural_table_name %>_path, :class => "btn" %>
+<%%= link_to t(:back, :default => "Back"), <%= namespace_for_route %><%= plural_table_name %>_path, :class => "btn btn-default" %>
\ No newline at end of file