Files
openfoodnetwork/app/views/spree/users/_api_keys.html.haml
2022-08-07 09:48:49 +02:00

8 lines
260 B
Plaintext

%hr
%h3= t('.title')
%br
%p
= text_field_tag :api_key, @user.spree_api_key, disabled: true, class: 'title'
= form_tag spree.api_keys_path(@user), method: :post, class: 'inline' do
= button_tag(t('.regenerate_key'), type: 'submit', class: "button primary")