mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Standardised view referencing to dot-notation
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
|
||||
<div class="form-group">
|
||||
<label for="email">{{ trans('auth.email') }}</label>
|
||||
@include('form/text', ['name' => 'email'])
|
||||
@include('form.text', ['name' => 'email'])
|
||||
</div>
|
||||
|
||||
<div class="from-group text-right mt-m">
|
||||
|
Reference in New Issue
Block a user