Skip to content

Commit

Permalink
Cambios para cargar los partials directamente del contenedor
Browse files Browse the repository at this point in the history
  • Loading branch information
anheru88 committed Apr 13, 2018
1 parent 5b77b03 commit 73ec636
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions UI/WEB/Views/partials/notifications.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div id="system-notifications" class="row">

<div class="col-sm-8 col-sm-offset-2">

{{--
Validation error notification.
--}}
Expand All @@ -24,8 +24,8 @@
</div>
@endif

@include('theme::.Inspinia.partials.notifications.success')
@include('theme::.Inspinia.partials.notifications.warning')
@include('theme::.Inspinia.partials.notifications.error')
@include('crud::partials.notifications.success')
@include('crud::partials.notifications.warning')
@include('crud::partials.notifications.error')
</div>
</div>
</div>

0 comments on commit 73ec636

Please sign in to comment.