diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-04-18 16:01:31 -0300 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-04-18 16:01:38 -0300 |
commit | e62f4404cf35e1606def6853b4450068f0ebc2cb (patch) | |
tree | a034f83cd0a529e0926b860c4facaf59333b7466 /activerecord/test/fixtures/members.yml | |
parent | 4746f92b137ed22189cd98247d29773807a40a87 (diff) | |
download | rails-e62f4404cf35e1606def6853b4450068f0ebc2cb.tar.gz rails-e62f4404cf35e1606def6853b4450068f0ebc2cb.tar.bz2 rails-e62f4404cf35e1606def6853b4450068f0ebc2cb.zip |
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>
Diffstat (limited to 'activerecord/test/fixtures/members.yml')
0 files changed, 0 insertions, 0 deletions