diff --git a/app/views/cms/edit.rhtml b/app/views/cms/edit.rhtml index 2536230..6e5f55c 100644 --- a/app/views/cms/edit.rhtml +++ b/app/views/cms/edit.rhtml @@ -11,7 +11,12 @@ <%= render :partial => partial_for_class(@article.class), :locals => { :f => f } %> - <%= f.check_box(:highlighted) if environment.is_portal_community?(profile) %> + <% if environment.is_portal_community?(profile) %> +