no se puede editar el nombre del sitio aun
This commit is contained in:
parent
bbd0b4e04a
commit
00042d3f57
1 changed files with 16 additions and 15 deletions
|
@ -1,4 +1,5 @@
|
||||||
= form_for site, html: { class: form_class(site) } do |f|
|
= form_for site, html: { class: form_class(site) } do |f|
|
||||||
|
- unless site.persisted?
|
||||||
.form-group
|
.form-group
|
||||||
%h2= f.label :name
|
%h2= f.label :name
|
||||||
%p.lead= sanitize_markdown t('.help.name'), tags: %w[strong]
|
%p.lead= sanitize_markdown t('.help.name'), tags: %w[strong]
|
||||||
|
|
Loading…
Reference in a new issue