opf/openproject

View on GitHub
app/views/admin/settings/work_packages_settings/_enterprise_feature_hint.html.erb

Summary

Maintainability
Test Coverage
<% unless EnterpriseToken.allows_to?(ee_feature) %>
  <span class="form--field -indented">
    <%=
    angular_component_tag 'op-enterprise-banner',
                          inputs: {
                            collapsible: true,
                            textMessage: explanation,
                            moreInfoLink: OpenProject::Static::Links.links[:enterprise_docs][:attribute_highlighting][:href],
                          }
    %>
  </span>
<% end %>