mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
8 lines
260 B
Plaintext
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")
|