mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-27 23:36:22 +00:00
Merge branch 'rails' into production.panel.sutty.nl
This commit is contained in:
commit
9a140f54f4
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
= f.text_field :name,
|
||||
class: form_control(site, :name),
|
||||
required: true,
|
||||
pattern: '^([a-z0-9][a-z0-9\-]*)?[a-z0-9\.]$',
|
||||
pattern: '^([a-z0-9][a-z0-9\-]*)?[a-z0-9\.](\.testing)?$',
|
||||
minlength: 1,
|
||||
maxlength: 63
|
||||
- if invalid? site, :name
|
||||
|
|
Loading…
Reference in a new issue