Files
nairobi/app/views/dashboard/mailing/new.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

9 lines
236 B
Plaintext

<% content_for :action_title, t("dashboard.mailing.new.title") %>
<div class="row expanded">
<div class="small-12 medium-9 column">
<%== Setting["proposals.email_description"] %>
</div>
<%= render "mailing_options" %>
</div>