diff --git a/app/views/admin/settings/projects_settings/show.html.erb b/app/views/admin/settings/projects_settings/show.html.erb index 225d86e340..f6e6593378 100644 --- a/app/views/admin/settings/projects_settings/show.html.erb +++ b/app/views/admin/settings/projects_settings/show.html.erb @@ -61,6 +61,7 @@ See COPYRIGHT and LICENSE files for more details. angular_component_tag 'op-enterprise-banner', inputs: { textMessage: t('text_project_custom_field_html'), + collapsible: true, moreInfoLink: OpenProject::Static::Links.links[:enterprise_docs][:custom_field_projects][:href], } %> diff --git a/app/views/admin/settings/work_packages_settings/_enterprise_feature_hint.html.erb b/app/views/admin/settings/work_packages_settings/_enterprise_feature_hint.html.erb index 846a408143..88daaf1784 100644 --- a/app/views/admin/settings/work_packages_settings/_enterprise_feature_hint.html.erb +++ b/app/views/admin/settings/work_packages_settings/_enterprise_feature_hint.html.erb @@ -3,6 +3,7 @@ <%= angular_component_tag 'op-enterprise-banner', inputs: { + collapsible: true, textMessage: explanation, moreInfoLink: OpenProject::Static::Links.links[:enterprise_docs][:attribute_highlighting][:href], } diff --git a/app/views/custom_fields/_form.html.erb b/app/views/custom_fields/_form.html.erb index c52a5fb523..f29b5c7286 100644 --- a/app/views/custom_fields/_form.html.erb +++ b/app/views/custom_fields/_form.html.erb @@ -74,6 +74,7 @@ See COPYRIGHT and LICENSE files for more details.