<%= _('Manage SPAM') %>
<% button_bar do %>
<%= button :back, _('Back to control panel'), :controller => :profile_editor %>
<% end %>
<%# FIXME should not need to replicate the article structure like this to be able to use the same formatting as the comments listing %>
<%= pagination_links @spam %>
<% button_bar do %>
<%= button :back, _('Back to control panel'), :controller => :profile_editor %>
<% end %>
<%= render :partial => 'comment/comment', :collection => @spam %>