mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Unindent attributes iteration in scaffold index template
Otherwise we get extra indent for the <td> elements due to the extra spaces at the beginning of the lines, like this: <tr> <td><%= author.name %></td> <td><%= link_to 'Show', author %></td> <td><%= link_to 'Edit', edit_author_path(author) %></td>
This commit is contained in:
parent
4746f92b13
commit
e62f4404cf
1 changed files with 2 additions and 2 deletions
Loading…
Reference in a new issue