diff --git a/app/views/blocks/profile_info_actions/_common.html.erb b/app/views/blocks/profile_info_actions/_common.html.erb index ee8d800..8596139 100644 --- a/app/views/blocks/profile_info_actions/_common.html.erb +++ b/app/views/blocks/profile_info_actions/_common.html.erb @@ -1,2 +1,2 @@
  • <%= report_abuse(profile, :button) %>
  • -<%= render_environment_features(:profile_actions) %> +<%= render_environment_features(:profile_actions) %> diff --git a/app/views/box_organizer/edit.html.erb b/app/views/box_organizer/edit.html.erb index c9e2664..031946b 100644 --- a/app/views/box_organizer/edit.html.erb +++ b/app/views/box_organizer/edit.html.erb @@ -25,6 +25,7 @@
    <%= labelled_form_field _('Move options:'), select_tag('block[move_modes]', options_from_collection_for_select(@block.move_block_options, :first, :last, @block.move_modes)) %> +
    <% end %> <% if @block.owner.kind_of?(Profile) && @block.owner.is_template? %> -- libgit2 0.21.2