5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-27 23:46:21 +00:00

Merge branch 'rails' into production.panel.sutty.nl

This commit is contained in:
f 2024-10-09 13:53:19 -03:00
commit 9a140f54f4
No known key found for this signature in database

View file

@ -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