[Git][noosfero/noosfero][master] send_mail: fix closing tag

Bráulio Bhavamitra gitlab at mg.gitlab.com
Wed Jun 15 17:27:10 BRT 2016


Bráulio Bhavamitra pushed to branch master at Noosfero / noosfero


Commits:
09d678bf by Braulio Bhavamitra at 2016-06-15T17:26:08-03:00
send_mail: fix closing tag

- - - - -


1 changed file:

- app/views/profile/send_mail.html.erb


Changes:

=====================================
app/views/profile/send_mail.html.erb
=====================================
--- a/app/views/profile/send_mail.html.erb
+++ b/app/views/profile/send_mail.html.erb
@@ -9,8 +9,8 @@
 <div class="template-selection">
   <% 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'))) %>
-  </div>
-<% end %>
+  <% end %>
+</div>
 
 <%= form_for :mailing, :url => {:action => 'send_mail'}, :html => {:id => 'mailing-form'} do |f| %>
 



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/09d678bfd6cca219e9f8f71a9e108872685296db
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20160615/827d285c/attachment.html>


More information about the Noosfero-dev mailing list