<%= __('Removing friend: %s') % @friend.name %>

<%= profile_image @friend, :thumb, :class => 'friend_picture' %>

<%= __('Are you sure you want to remove %s from your friends list?') % @friend.name %>

<%= __('Note that %s will still have you as a friend, unless he/she also wants to remove you from his/her friend list.') % @friend.name %>

<% form_tag do %> <%= hidden_field_tag(:confirmation, 1) %> <%= submit_button(:ok, __("Yes") % @friend.name) %> <%= button(:cancel, _("No"), :action => 'index') %> <% end %>