Files
grecia/app/views/dashboard/mailing/new.html.erb
Javi Martín 00a6f5b601 Remove <%== usage displaying settings
Using `<%==` is the same as using `raw`. I'm not sure if we meant
`sanitize` in this case, or it's just a typo. I'm assuming the latter
since we don't use anything similar in any other places.
2019-10-08 19:10:14 +02:00

9 lines
235 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>