From 1d3433f6bfeacd4a32b18da6eb80a9c5d2b12971 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Tue, 1 Mar 2011 16:33:12 -0300 Subject: [PATCH] Improved how prioritize option of blocks is displayed --- app/views/box_organizer/_profile_list_block.rhtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/box_organizer/_profile_list_block.rhtml b/app/views/box_organizer/_profile_list_block.rhtml index f2f87cf..21c1511 100644 --- a/app/views/box_organizer/_profile_list_block.rhtml +++ b/app/views/box_organizer/_profile_list_block.rhtml @@ -1,5 +1,6 @@
<%= labelled_form_field _('Limit of items'), text_field(:block, :limit, :size => 3) %> - <%= labelled_form_field _('Prioritize profiles with image'), check_box(:block, :prioritize_profiles_with_image) %> + <%= check_box(:block, :prioritize_profiles_with_image) %> +
-- libgit2 0.21.2