cirandas.net

ref: master

app/views/shared/_remove_suggestion.html.erb


<%= profile_image suggestion, :thumb, :class => 'suggestion_picture' %>

<%= _('Are you sure you want to remove %s from your suggestions list?').html_safe % suggestion.name %>

<%= form_tag do %> <%= submit_button(:ok, _("Yes, I want to remove %s").html_safe % suggestion.name) %> <%= button(:cancel, _("No"), :action => 'suggest') %> <% end %>