OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/views/settings/_enterprise_feature_hint.ht...

13 lines
484 B

<% unless EnterpriseToken.allows_to?(ee_feature) %>
<span class="form--field -indented">
<div class="ee-attribute-highlighting-upsale notification-box -ee-upsale">
<div class="notification-box--content">
<p><strong><%= title.present? ? title : t('js.upsale.ee_only') %></strong></p>
<p><%= explanation %></p>
<p>
<%= link_to link_out[:caption], link_out[:href], target: 'blank' %>
</p>
</div>
</div>
</span>
<% end %>