pull/7995/head
parent
6f1aa4a8f5
commit
113344ab17
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 143 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1,28 +1,31 @@ |
||||
<%= render 'homescreen/blocks/header', title: t('homescreen.blocks.upsale.title') %> |
||||
|
||||
<%= image_tag "enterprise_edition.png", class: "widget-box--teaser-image" %> |
||||
|
||||
<p><%= t('homescreen.blocks.upsale.description') %></p> |
||||
|
||||
<ul class="widget-box--feature-list"> |
||||
<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> |
||||
<div class="widget-box--description"> |
||||
<%= image_tag "enterprise_edition.png", class: "widget-box--teaser-image" %> |
||||
<p> |
||||
<%= t('homescreen.blocks.upsale.text') %> |
||||
</p> |
||||
</div> |
||||
|
||||
<div class="widget-box--blocks--buttons"> |
||||
<% if current_user.admin? %> |
||||
<%= link_to t('js.admin.enterprise.upsale.button_start_trial'), enterprise_path, class: 'button -alt-highlight' %> |
||||
<% end %> |
||||
|
||||
<%= link_to "#{OpenProject::Static::Links.links[:upsale][:href]}/?utm_source=unknown&utm_medium=community-edition&utm_campaign=home-screen", |
||||
{ class: 'button -alt-highlight', |
||||
{ class: 'button -highlight', |
||||
aria: {label: t('homescreen.blocks.upsale.more_info')}, |
||||
target: '_blank', |
||||
title: t('homescreen.blocks.upsale.more_info')} do %> |
||||
<%= op_icon('button--icon icon-info2') %> |
||||
<span class="button--text"><%= t('homescreen.blocks.upsale.more_info') %></span> |
||||
<%= op_icon('button--icon icon-external-link') %> |
||||
<% end %> |
||||
</div> |
||||
|
||||
<span><b><%= t('js.admin.enterprise.upsale.become_hero') %></b></span> |
||||
|
||||
<p><%= t('js.admin.enterprise.upsale.you_contribute') %></p> |
||||
|
||||
<p> |
||||
<b><%= t('homescreen.blocks.upsale.confidence') %></b> |
||||
</p> |
||||
|
After Width: | Height: | Size: 1.5 KiB |
Loading…
Reference in new issue