From 09d678bfd6cca219e9f8f71a9e108872685296db Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Wed, 15 Jun 2016 17:26:08 -0300 Subject: [PATCH] send_mail: fix closing tag --- app/views/profile/send_mail.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/profile/send_mail.html.erb b/app/views/profile/send_mail.html.erb index ce93620..86847e9 100644 --- a/app/views/profile/send_mail.html.erb +++ b/app/views/profile/send_mail.html.erb @@ -9,8 +9,8 @@
<% if @email_templates.present? %> <%= 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'))) %> -
-<% end %> + <% end %> + <%= form_for :mailing, :url => {:action => 'send_mail'}, :html => {:id => 'mailing-form'} do |f| %> -- libgit2 0.21.2