destroy_profile.rhtml 449 Bytes
<h1><%= _('Deleting profile %s') % profile.short_name(30) %></h1>

<p><%= _('Are you sure you want to delete this profile?') %></p>
<p><%= _('You must be aware that all content of this profile (articles, events, files and pictures) will also be deleted.') %></p>

<% button_bar do %>
  <%= button(:remove, _('Yes, I am sure'), {:action => 'destroy_profile'}, :method => :post) %>
  <%= button(:cancel, _('No, I gave up'), profile.url) %>
<% end %>