lib/generators/bootstrap/themed/templates/index.html.erb in twitter-bootstrap-rails-2.0 vs lib/generators/bootstrap/themed/templates/index.html.erb in twitter-bootstrap-rails-2.0.0

- old
+ new

@@ -1,7 +1,7 @@ <h1><%= resource_name.titleize %>s</h1> -<table class="zebra-striped"> +<table class="table table-striped"> <thead> <tr> <th>ID</th> <% unless columns.empty? -%> <th> @@ -29,6 +29,6 @@ </tr> <%% end -%> </tbody> </table> -<%%= link_to "New", new_<%= singular_controller_routing_path %>_path, :class => 'btn primary' %> +<%%= link_to "New", new_<%= singular_controller_routing_path %>_path, :class => 'btn btn-primary' %>