Commit 1d3433f6bfeacd4a32b18da6eb80a9c5d2b12971
Committed by
Joenio Costa
1 parent
0062927c
Exists in
master
and in
28 other branches
Improved how prioritize option of blocks is displayed
(ActionItem1908)
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
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 | ... | ... |