upgrade url change and set max width to container

pull/10383/head
bsatarnejad 3 years ago committed by Oliver Günther
parent c58339ca4b
commit 3e1fe49f6d
  1. 2
      app/views/common/upsale.html.erb
  2. 2
      frontend/src/global_styles/content/_enterprise.sass

@ -42,7 +42,7 @@
<span class="button--text"><%= t('admin.enterprise.buttons.contact') %></span>
<% end %>
<%= link_to( "#{OpenProject::Static::Links.links[:upsale][:href]}/?utm_source=unknown&utm_medium=community-edition&utm_campaign=#{feature_reference}",
<%= link_to( "https://www.openproject.org/pricing/",
{ class: 'button -highlight -round',
aria: {label: t('admin.enterprise.buttons.upgrade')},
target: '_blank',

@ -1,7 +1,7 @@
@import '../../app/spot/styles/sass/variables'
.upsale-notification
max-width: 800px
max-width: 1000px
margin: auto
padding-top: 20px
text-align: center

Loading…
Cancel
Save