From 69e0f1f24898714bcc1f6b6d77eda6da5dde9b03 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 16 Dec 2008 11:51:29 -0300 Subject: [PATCH] ActionItem867: keeping the CMS for communities --- 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 63824ce..bdb400d 100644 --- a/app/views/profile_editor/index.rhtml +++ b/app/views/profile_editor/index.rhtml @@ -20,7 +20,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? %> - <%= file_manager_button(_('Manage Content'), 'icons-app/cms.png', :controller => 'cms') unless environment.enabled?('disable_cms')%> + <%= file_manager_button(_('Manage Content'), 'icons-app/cms.png', :controller => 'cms') unless environment.enabled?('disable_cms') || profile.community? %> <%= file_manager_button(_('Change Password'), 'icons-app/change-password.png', :controller => 'account', :action => 'change_password') if profile.person? %> -- libgit2 0.21.2