Increase length limit for url (#4160)
This commit is contained in:
parent
eeacc52841
commit
1f2124d017
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@
|
|||
</div>
|
||||
<div class="field">
|
||||
<%= f.label :url, "Site url" %>
|
||||
<%= f.url_field :url, maxlength: 64, placeholder: "http://yoursite.com" %>
|
||||
<%= f.url_field :url, maxlength: 128, placeholder: "http://yoursite.com" %>
|
||||
</div>
|
||||
<div class="field">
|
||||
<%= f.label :tag_line %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue