mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-23 19:32:29 +01:00
parent
a3a8fef6b2
commit
d326417edc
@ -2,7 +2,7 @@
|
||||
{{ csrf_field() }}
|
||||
<div class="form-group title-input">
|
||||
<label for="name">{{ trans('common.name') }}</label>
|
||||
@include('form.text', ['name' => 'name'])
|
||||
@include('form.text', ['name' => 'name', 'autofocus' => true])
|
||||
</div>
|
||||
|
||||
<div class="form-group description-input">
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<div class="form-group title-input">
|
||||
<label for="name">{{ trans('common.name') }}</label>
|
||||
@include('form.text', ['name' => 'name'])
|
||||
@include('form.text', ['name' => 'name', 'autofocus' => true])
|
||||
</div>
|
||||
|
||||
<div class="form-group description-input">
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<div class="form-group title-input">
|
||||
<label for="name">{{ trans('common.name') }}</label>
|
||||
@include('form.text', ['name' => 'name'])
|
||||
@include('form.text', ['name' => 'name', 'autofocus' => true])
|
||||
</div>
|
||||
|
||||
<div class="form-group description-input">
|
||||
|
Loading…
Reference in New Issue
Block a user