profile_info.rhtml 209 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 <h2><%= block.owner.name %></h2> <%= profile_image(block.owner) %> <ul> <li><%= _('Since %d') % block.owner.created_at.year %></li> <li><%= link_to_homepage _('Homepage'), block.owner.url %></li> </ul>