Commit a46a63d3ab3b46fd5bd5537df9c4f8c13c200efe

Authored by Victor Costa
1 parent 24429b78

Fix unbalanced html tags

app/views/blocks/profile_info_actions/_common.html.erb
1 1 <li><%= report_abuse(profile, :button) %></li>
2   -<%= render_environment_features(:profile_actions) %></li>
  2 +<%= render_environment_features(:profile_actions) %>
... ...
app/views/box_organizer/edit.html.erb
... ... @@ -25,6 +25,7 @@
25 25 </div>
26 26 <div class="move-modes">
27 27 <%= labelled_form_field _('Move options:'), select_tag('block[move_modes]', options_from_collection_for_select(@block.move_block_options, :first, :last, @block.move_modes)) %>
  28 + </div>
28 29 <% end %>
29 30  
30 31 <% if @block.owner.kind_of?(Profile) && @block.owner.is_template? %>
... ...