mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-26 09:16:22 +00:00
Merge branch 'issue-10512' into panel.sutty.nl
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
commit
7e460320c9
1 changed files with 20 additions and 20 deletions
|
@ -104,27 +104,27 @@
|
|||
|
||||
%hr/
|
||||
|
||||
.form-group#tienda
|
||||
%h2= t('.tienda.title')
|
||||
%p.lead
|
||||
- if site.tienda?
|
||||
= t('.tienda.help')
|
||||
- else
|
||||
= t('.tienda.first_time_html')
|
||||
|
||||
.row
|
||||
.col
|
||||
.form-group
|
||||
= f.label :tienda_url
|
||||
= f.url_field :tienda_url, class: 'form-control'
|
||||
.col
|
||||
.form-group
|
||||
= f.label :tienda_api_key
|
||||
= f.text_field :tienda_api_key, class: 'form-control'
|
||||
|
||||
%hr/
|
||||
|
||||
- if site.persisted?
|
||||
.form-group#tienda
|
||||
%h2= t('.tienda.title')
|
||||
%p.lead
|
||||
- if site.tienda?
|
||||
= t('.tienda.help')
|
||||
- else
|
||||
= t('.tienda.first_time_html')
|
||||
|
||||
.row
|
||||
.col
|
||||
.form-group
|
||||
= f.label :tienda_url
|
||||
= f.url_field :tienda_url, class: 'form-control'
|
||||
.col
|
||||
.form-group
|
||||
= f.label :tienda_api_key
|
||||
= f.text_field :tienda_api_key, class: 'form-control'
|
||||
|
||||
%hr/
|
||||
|
||||
.form-group#contact
|
||||
%h2= t('.contact.title')
|
||||
%p.lead= t('.contact.help')
|
||||
|
|
Loading…
Reference in a new issue