From f10141df1ac425a749bfe7d59a36d68e517a1c8a Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 30 Mar 2009 14:45:45 -0300 Subject: [PATCH] ActionItem980: fixing condition --- app/views/profile_editor/index.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profile_editor/index.rhtml b/app/views/profile_editor/index.rhtml index c6259ba..2d3ca14 100644 --- a/app/views/profile_editor/index.rhtml +++ b/app/views/profile_editor/index.rhtml @@ -23,7 +23,7 @@ <%= file_manager_button(_('Edit Header and Footer'), 'icons-app/header-and-footer.png', :controller => 'profile_editor', :action => 'header_footer') unless profile.enterprise? && environment.enabled?('disable_header_and_footer') && !user.is_admin?(environment) %> - <%= file_manager_button(_('Manage Content'), 'icons-app/cms.png', :controller => 'cms') unless environment.enabled?('disable_cms') || profile.community? %> + <%= file_manager_button(_('Manage Content'), 'icons-app/cms.png', :controller => 'cms') if !environment.enabled?('disable_cms') || profile.community? %> <% unless profile.enterprise? %> <% if profile.has_blog? %> -- libgit2 0.21.2