forked from bofh/fetsite
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
Liste
|
|
<table>
|
|
<tr><th></th><th>Name</th><th></th><th>E-Mail</th></tr>
|
|
<% @fetprofiles.each do |fp| %>
|
|
<%= render partial: "fetprofiles/list_row", object: fp %>
|
|
<% end %>
|
|
</table>
|