cirandas.net

ref: master

app/views/friends/remove.html.erb


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

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

<%= _('Are you sure you want to remove %s from your friends list?').html_safe % @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.').html_safe % @friend.name %>

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