cirandas.net

ref: master

app/views/blocks/profile_image.html.erb


<% if block.title.present? %>

<%= block.title %>

<% end %>
<%= link_to profile_image(block.owner, :big) +"\n", profile.url %>
<% if block.show_name %>

<%= h block.owner.short_name %>

<% end %> <% if !user.nil? and user.has_permission?('edit_profile', profile) %> <% end %>
<%= render_profile_actions block.owner.class %>