<%= _('Are you sure you want to delete this profile?') %>
<%= _('You must be aware that all content of this profile (articles, events, files and pictures) will also be deleted.') %>
<%= button_bar do %> <%= button(:remove, _('Yes, I am sure'), {:action => 'destroy_profile'}, :method => :post) %> <%= button(:cancel, _('No, I gave up'), profile.url) %> <% end %>