<%= %>
| <%= fetprofile.vorname %> |
<%= fetprofile.nachname %> |
<%= fetprofile.short %> |
<%= fetprofile.fetmailalias %> |
<%= fetprofile.desc %> |
<%= fetprofile.active %> |
<%= link_to 'Show', fetprofile %> |
<%= link_to 'Edit', edit_fetprofile_path(fetprofile) %> |
<%= link_to 'Destroy', fetprofile, method: :delete, data: { confirm: 'Are you sure?' } %> |
<% end %>