Commit 1d3433f6bfeacd4a32b18da6eb80a9c5d2b12971

Authored by Daniela Feitosa
Committed by Joenio Costa
1 parent 0062927c

Improved how prioritize option of blocks is displayed

(ActionItem1908)
app/views/box_organizer/_profile_list_block.rhtml
1 1 <div id='edit-profile-list-block'>
2 2 <%= labelled_form_field _('Limit of items'), text_field(:block, :limit, :size => 3) %>
3   - <%= labelled_form_field _('Prioritize profiles with image'), check_box(:block, :prioritize_profiles_with_image) %>
  3 + <%= check_box(:block, :prioritize_profiles_with_image) %>
  4 + <label for="block_prioritize_profiles_with_image"><%= _('Prioritize profiles with image') %></label>
4 5 </div>
5 6  
... ...