lib/templates/views/erb/index.html.erb in thesilverspoon-0.0.9 vs lib/templates/views/erb/index.html.erb in thesilverspoon-0.0.10

- old
+ new

@@ -1,8 +1,8 @@ <%%= content_for :page_header do %> -<%% "<%= plural_name.titleize %>" %> +<span style="color:white"><%% "<%= plural_name.titleize %>" %></span> <%% end %> <table> <tr> <%- for attribute in model_attributes -%> @@ -27,6 +27,6 @@ <%% end %> </table> <%- if action? :new -%> <p><%%= link_to "New <%= singular_name.titleize %>", <%= item_path :action => :new %> %></p> -<%- end -%> \ No newline at end of file +<%- end -%>