Skip to content

Commit

Permalink
alert margin
Browse files Browse the repository at this point in the history
  • Loading branch information
osbre authored Nov 11, 2019
1 parent f2c50b1 commit 3703b07
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions resources/views/dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,15 @@
<div class="app-content-body" id="app-content-body">
<div class="wrapper pb-0">
@hasSection('title')
<h1 class="m-n font-thin h3 text-black">
@if(active(['*create', '*new', '*edit', '*update']))
<a href="javascript:window.history.back();">
<i class="icon-arrow-left-circle"></i>
</a>
@endif
@yield('title')
</h1>
<h1 class="m-n font-thin h3 text-black">@yield('title')</h1>
@endif
@hasSection('description')
<small class="text-muted text-ellipsis">@yield('description')</small>
@endif
</div>
@include('platform::partials.alert')
<div class="mt-2">
@include('platform::partials.alert')
</div>
@yield('content')
</div>
</div>
Expand Down

0 comments on commit 3703b07

Please sign in to comment.