Move errors partial out of dashboard dir to prevent DashboardComposer running

This commit is contained in:
James Brooks
2018-06-14 20:27:42 +01:00
parent aba944b6dd
commit deeb40cd48
41 changed files with 59 additions and 53 deletions

View File

@@ -18,7 +18,7 @@
{{ trans('forms.incidents.notify_disabled') }}
</div>
@endif
@include('dashboard.partials.errors')
@include('partials.errors')
<form class="form-vertical" name="IncidentForm" role="form" method="POST" autocomplete="off">
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<fieldset>