<%= notice %>

<%= image_tag @fetprofile.picture.portrait.url %>

<%= @fetprofile.name %>

<%= @fetprofile.fetmailalias %>

<%= @fetprofile.desc %>

<%= "Aktiv".html_safe if @fetprofile.active %>

<%= link_to 'Destroy', @fetprofile, method: :delete, data: { confirm: 'Are you sure?' } %>

    <% @fetprofile.memberships.each do |m| %>
  • <%= render m %> <% link_to 'edit', edit_fetprofile_membership_path(@fetprofile,m) %>
  • <% end %>
<%= link_to 'Neue Mitgliedschaft', new_fetprofile_membership_path(@fetprofile) %> | <%= link_to 'Edit', edit_fetprofile_path(@fetprofile) %> | <%= link_to 'Back', fetprofiles_path %>