<% if @current_token.present? %> <% else %> <% end %> <%= labelled_tabular_form_for @token, url: { action: :create }, html: { class: 'token-form form -vertical' }, method: :post do |f|%>
<%= f.text_area :encoded_token, value: nil, cols: 60, rows: 15, placeholder: t('admin.enterprise.paste'), autocomplete: "off", autocorrect: "off", autocapitalize: "off", spellcheck: false %>
<%= styled_button_tag t(:button_save), id: 'token-submit-button', class: '-highlight -with-icon icon-checkmark' %> <%= link_to t(:button_cancel), { action: :show }, class: 'button' %>
<% end %>