Listing fetprofiles

<% @fetprofiles.each do |fetprofile| %> <% end %>
Vorname Nachname Short Fetmailalias Desc Picture Active
<%= fetprofile.vorname %> <%= fetprofile.nachname %> <%= fetprofile.short %> <%= fetprofile.fetmailalias %> <%= fetprofile.desc %> <%= fetprofile.picture %> <%= fetprofile.active %> <%= link_to 'Show', fetprofile %> <%= link_to 'Edit', edit_fetprofile_path(fetprofile) %> <%= link_to 'Destroy', fetprofile, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Fetprofile', new_fetprofile_path %>