<% html_title t(:label_administration), t(:label_enterprise_edition) %> <%= toolbar title: t(:label_enterprise_edition) do %> <% if EnterpriseToken.show_banners? %>
  • <%= link_to( "#{OpenProject::Static::Links.links[:upsale][:href]}/?utm_source=unknown&utm_medium=community-edition&utm_campaign=enterprise-admin", { class: 'button -alt-highlight', title: t('admin.enterprise.order')}) do %> <%= op_icon('button--icon icon-add') %> <%= t('admin.enterprise.order') %> <% end %>
  • <% end %> <% end %> <%= error_messages_for 'token' %> <%= activate_angular_js do %> <% if @current_token.present? %> <%= render partial: "current" %> <% else %> <%= render partial: "info" %> <% end %> <%= render partial: "form" %> <% end %>