Files
fetsite/app/views/fetprofiles/_list_row.html.erb
Andreas Stephanides 0658a8b423 fetprofiles
2014-10-17 10:17:23 +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>