Files
fetsite/app/views/fetprofiles/_compact.html.erb
Andreas Stephanides 0658a8b423 fetprofiles
2014-10-17 10:17:23 +02:00

19 lines
288 B
Plaintext

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