[noosfero/noosfero][master] Fix unbalanced html tags

Victor Costa gitlab at gitlab.com
Mon Jun 8 10:26:29 BRT 2015


Victor Costa pushed to branch master at Noosfero / noosfero


Commits:
a46a63d3 by Victor Costa at 2015-06-08T10:16:20Z
Fix unbalanced html tags

- - - - -


2 changed files:

- app/views/blocks/profile_info_actions/_common.html.erb
- app/views/box_organizer/edit.html.erb


Changes:

=====================================
app/views/blocks/profile_info_actions/_common.html.erb
=====================================
--- a/app/views/blocks/profile_info_actions/_common.html.erb
+++ b/app/views/blocks/profile_info_actions/_common.html.erb
@@ -1,2 +1,2 @@
 <li><%= report_abuse(profile, :button) %></li>
-<%= render_environment_features(:profile_actions) %></li>
+<%= render_environment_features(:profile_actions) %>


=====================================
app/views/box_organizer/edit.html.erb
=====================================
--- a/app/views/box_organizer/edit.html.erb
+++ b/app/views/box_organizer/edit.html.erb
@@ -25,6 +25,7 @@
       </div>
       <div class="move-modes">
         <%= labelled_form_field _('Move options:'), select_tag('block[move_modes]', options_from_collection_for_select(@block.move_block_options, :first, :last, @block.move_modes)) %>
+      </div>
     <% end %>
 
     <% if @block.owner.kind_of?(Profile) && @block.owner.is_template? %>



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/a46a63d3ab3b46fd5bd5537df9c4f8c13c200efe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150608/8aff1e57/attachment.html>


More information about the Noosfero-dev mailing list