Files
fetsite/app/views/fetprofiles/_list_row.html.erb
Andreas Stephanides f5da3ac3dc fetprofiles
2014-09-13 16:35:10 +02:00

8 lines
164 B
Plaintext

<tr>
<td><%= image_tag list_row.picture.thumb.url %> </td>
<td><%= list_row.name %> </td>
<td><%= list_row.short %> </td>
<td><%= list_row.fetmail %> </td>
</tr>