diff --git a/app/views/fetprofiles/index.html.erb b/app/views/fetprofiles/index.html.erb index 95f04fc..2da2a16 100644 --- a/app/views/fetprofiles/index.html.erb +++ b/app/views/fetprofiles/index.html.erb @@ -9,15 +9,17 @@ <% @fetprofiles.each do |fetprofile| %>
  • <%= link_to fetprofile do %> +
    <%= image_tag fetprofile.picture.portrait.url %> -
    +

    <%= fetprofile.name %>

    <%= fetprofile.fetmail %>

    <%= fetprofile.desc %>

    +
    <% end %>