<%= icon share.shared_by %>

<%= link_to share.shared_by.try(:display_name), share.shared_by %>

<%= link_to h(share.title), share.uri %>
<%= h share.message %>

<%= delete_share(share, :image) if share.can_edit?(current_user) %> <%= t("muck.general.time_ago", :time_in_words => time_ago_in_words(share.created_at)) %>