Commit 09d678bfd6cca219e9f8f71a9e108872685296db
1 parent
cc06ef35
Exists in
staging
and in
21 other branches
send_mail: fix closing tag
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/profile/send_mail.html.erb
... | ... | @@ -9,8 +9,8 @@ |
9 | 9 | <div class="template-selection"> |
10 | 10 | <% if @email_templates.present? %> |
11 | 11 | <%= labelled_form_field(_('Select a template:'), select_tag(:template, options_from_collection_for_select(@email_templates, :id, :name), :include_blank => true, 'data-url' => url_for(:controller => 'email_templates', :action => 'show_parsed'))) %> |
12 | - </div> | |
13 | -<% end %> | |
12 | + <% end %> | |
13 | +</div> | |
14 | 14 | |
15 | 15 | <%= form_for :mailing, :url => {:action => 'send_mail'}, :html => {:id => 'mailing-form'} do |f| %> |
16 | 16 | ... | ... |