Files
fetsite/app/views/fetprofiles/_compact.html.erb
Andreas Stephanides d3ac7504dc search function
2014-02-08 16:39:56 +01:00

19 lines
291 B
Plaintext

<div class="media">
<span class="pull-left">
<%= image_tag fetprofile.picture.portrait.url %>
</span>
<div class="media-body">
<h2><%= fetprofile.name %></h2>
<p><%= fetprofile.fetmail %></p>
<% if false %>
<p><%= fetprofile.desc %></p>
<% end %>
</div>
</div>