• <%= render "blocks/profile_info_actions/join_leave_community" %>
  • <% if logged_in? %> <% if profile.enable_contact? %>
  • <%= link_to content_tag('span', _('Send an e-mail')), { :profile => profile.identifier, :controller => 'contact', :action => 'new' }, {:class => 'button with-text icon-menu-mail', :title => _('Send an e-mail to the administrators')} %>
  • <% end %>
  • <%= report_abuse(profile, :button) %>
  • <%= render_environment_features(:profile_actions) %> <% end %>