mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Guest create page: name field autofocus
This commit is contained in:
parent
ec3b06d83f
commit
ac519b3009
@ -22,7 +22,7 @@
|
||||
|
||||
<div class="form-group title-input">
|
||||
<label for="name">{{ trans('entities.pages_name') }}</label>
|
||||
@include('form.text', ['name' => 'name'])
|
||||
@include('form.text', ['name' => 'name', 'autofocus' => true])
|
||||
</div>
|
||||
|
||||
<div class="form-group text-right">
|
||||
|
Loading…
Reference in New Issue
Block a user