Files
grecia/app/views/dashboard/mailing/_mailing_options.html.erb
Javi Martín cf9e36c767 Replace single quotes with double quotes
Most of these quotes were in the dashboard branch before we added the
rule for double quotes.
2019-09-10 19:21:03 +02:00

13 lines
488 B
Plaintext

<div class="small-12 medium-3 column">
<% if action_name != "index" %>
<%= link_to t("dashboard.mailing.mailing_options.preview"),
proposal_dashboard_mailing_index_path(proposal),
class: "button expanded" %>
<% end %>
<%= link_to t("dashboard.mailing.mailing_options.send", address: current_user.email),
proposal_dashboard_mailing_index_path(proposal),
method: :post,
class: "button expanded" %>
</div>