Skip to content

Commit

Permalink
Another stupid typo fixed: replaced 'th' with 'td' in table body.
Browse files Browse the repository at this point in the history
  • Loading branch information
psynix committed Feb 8, 2010
1 parent c402a27 commit 89439d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaffold/templates/index.html.haml
Expand Up @@ -12,7 +12,7 @@
- for <%= singular_name %> in @<%= plural_name %>
%tr{ :class => cycle(:odd, :even) }
<% for attribute in attributes -%>
%th= <%= singular_name %>.<%= attribute.name %>
%td= <%= singular_name %>.<%= attribute.name %>
<% end -%>
%td= link_to 'Show', <%= singular_name %>
%td= link_to 'Edit', edit_<%= singular_name %>_path(<%= singular_name %>)
Expand Down

0 comments on commit 89439d1

Please sign in to comment.