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/_current.html.erb

13 lines
646 B

<enterprise-active-trial data-subscriber="<%= @current_token.subscriber %>"
data-email="<%= @current_token.mail %>"
data-restrictions="<%= @current_token.restrictions %>"
data-starts-at="<%= format_date @current_token.starts_at %>"
data-expires-at="<%= format_date @current_token.expires_at %>">
</enterprise-active-trial>
<%= form_tag({ action: :destroy },
method: :delete) do %>
<confirm-form-submit></confirm-form-submit>
<%= styled_button_tag t(:button_delete), type: 'submit', class: '-with-icon icon-delete' %>
<% end %>