OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/views/enterprises/show.html.erb

13 lines
312 B

<% html_title t(:label_administration), t(:label_enterprise_edition) %>
<%= toolbar title: t(:label_enterprise_edition) %>
<%= error_messages_for 'token' %>
<% if @current_token.present? %>
<%= render partial: "current" %>
<% else %>
<%= render partial: "info" %>
<% end %>
<%= render partial: "form" %>