1
0
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:
Dan Brown
2019-04-07 12:00:09 +01:00
parent 4a127c29a5
commit 221a483b40
30 changed files with 55 additions and 55 deletions

View File

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