mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 02:36:23 +00:00
fix: la tienda se activa luego de crear el sitio #10512
This commit is contained in:
parent
ca989fe8a7
commit
7160cb01df
1 changed files with 20 additions and 20 deletions
|
@ -104,6 +104,7 @@
|
||||||
|
|
||||||
%hr/
|
%hr/
|
||||||
|
|
||||||
|
- if site.persisted?
|
||||||
.form-group#tienda
|
.form-group#tienda
|
||||||
%h2= t('.tienda.title')
|
%h2= t('.tienda.title')
|
||||||
%p.lead
|
%p.lead
|
||||||
|
@ -124,7 +125,6 @@
|
||||||
|
|
||||||
%hr/
|
%hr/
|
||||||
|
|
||||||
- if site.persisted?
|
|
||||||
.form-group#contact
|
.form-group#contact
|
||||||
%h2= t('.contact.title')
|
%h2= t('.contact.title')
|
||||||
%p.lead= t('.contact.help')
|
%p.lead= t('.contact.help')
|
||||||
|
|
Loading…
Reference in a new issue