|
|
|
@ -39,19 +39,19 @@ |
|
|
|
|
</br> |
|
|
|
|
<%= t('admin.enterprise.upgrade_info') %> |
|
|
|
|
</p> |
|
|
|
|
<%= link_to( "https://www.openproject.org/contact/", |
|
|
|
|
{ class: 'button', |
|
|
|
|
aria: {label: t('admin.enterprise.buttons.contact')}, |
|
|
|
|
target: '_blank', |
|
|
|
|
title: t('admin.enterprise.buttons.contact')}) do %> |
|
|
|
|
<%= link_to(OpenProject::Static::Links.links[:contact_us][:href], |
|
|
|
|
{ class: 'button', |
|
|
|
|
aria: {label: t('admin.enterprise.buttons.contact')}, |
|
|
|
|
target: '_blank', |
|
|
|
|
title: t('admin.enterprise.buttons.contact')}) do %> |
|
|
|
|
<span class="button--text"><%= t('admin.enterprise.buttons.contact') %></span> |
|
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
<%= link_to( "https://www.openproject.org/pricing/", |
|
|
|
|
{ class: 'button -highlight', |
|
|
|
|
aria: {label: t('admin.enterprise.buttons.upgrade')}, |
|
|
|
|
target: '_blank', |
|
|
|
|
title: t('admin.enterprise.buttons.upgrade')}) do %> |
|
|
|
|
<%= link_to(OpenProject::Static::Links.links[:pricing][:href], |
|
|
|
|
{ class: 'button -highlight', |
|
|
|
|
aria: {label: t('admin.enterprise.buttons.upgrade')}, |
|
|
|
|
target: '_blank', |
|
|
|
|
title: t('admin.enterprise.buttons.upgrade')}) do %> |
|
|
|
|
<%= op_icon('button--icon icon-medal') %> |
|
|
|
|
<span class="button--text"><%= t('admin.enterprise.buttons.upgrade') %></span> |
|
|
|
|
<% end %> |
|
|
|
|