forked from bofh/fetsite
7 lines
179 B
Plaintext
7 lines
179 B
Plaintext
<h2><%=fa_icon("users 2x")+ nlink.name %></h2>
|
|
|
|
<% nlink.memberships.visible_in_gremium.each do |m| %>
|
|
<%= image_tag m.fetprofile.try(:picture).try(:thumb) %>
|
|
|
|
<% end %>
|