<%= __('Are you sure you want to add %s as your favorite enterprise?') % @favorite_enterprise.name %>
<% form_tag do %> <%= hidden_field_tag(:confirmation, 1) %> <%= submit_button(:ok, __("Yes, I want to add %s as a favorite enterprise") % @favorite_enterprise.name) %> <%= button(:cancel, _("No, I don't want"), :action => 'index') %> <% end %>