parent
7f02918a43
commit
45525ddaf1
@ -1,30 +1,11 @@ |
||||
<% html_title(t(:label_administration), t('two_factor_authentication.settings.title')) -%> |
||||
|
||||
<%= breadcrumb_toolbar(t('two_factor_authentication.settings.title')) %> |
||||
<div class="notification-box upsale-notification"> |
||||
<div class="notification-box--content"> |
||||
<h3><%= t('admin.enterprise.upgrade_to_ee') %></h3> |
||||
<%= image_tag "enterprise_edition.png", class: "widget-box--teaser-image" %> |
||||
|
||||
<p><%= t('homescreen.blocks.upsale.description') %></p> |
||||
<%= render partial: 'common/upsale', |
||||
locals: { |
||||
feature_title: t('two_factor_authentication.upsale.title'), |
||||
feature_description: t('two_factor_authentication.upsale.description'), |
||||
feature_reference: '2fa' |
||||
} %> |
||||
|
||||
<ul class=""> |
||||
<li> |
||||
<%= t('homescreen.blocks.upsale.additional_features') %> |
||||
</li> |
||||
<li> |
||||
<%= t('homescreen.blocks.upsale.professional_support') %> |
||||
</li> |
||||
</ul> |
||||
<p> |
||||
<b><%= t('homescreen.blocks.upsale.become_hero') %></b> <%= t('homescreen.blocks.upsale.you_contribute') %> |
||||
</p> |
||||
<%= link_to( "#{OpenProject::Static::Links.links[:upsale][:href]}/?utm_source=unknown&utm_medium=community-edition&utm_campaign=2fa", |
||||
{ class: 'button -alt-highlight', |
||||
aria: {label: t('admin.enterprise.order')}, |
||||
title: t('admin.enterprise.order')}) do %> |
||||
<%= op_icon('button--icon icon-add') %> |
||||
<span class="button--text"><%= t('admin.enterprise.order') %></span> |
||||
<% end %> |
||||
</div> |
||||
</div> |
Loading…
Reference in new issue