Skip to content

Commit

Permalink
przystosowanie do bootstrap 4
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-boduch committed Mar 30, 2020
1 parent 3f447f1 commit 075044f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/resources/views/grid.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

@section('header')
@if(isset($add_url))
<div class="pull-left">
<div class="float-left">
<a class="btn btn-secondary btn-add" href="{{ $add_url }}">
<i class="fa fa-plus"></i>
{{ $add_label ?: 'Nowy' }}
</a>
</div>

<div class="pull-right">{{ $pagination }}</div>
<div class="float-right">{{ $pagination }}</div>
@else
{{ $pagination }}
@endif
Expand Down Expand Up @@ -51,7 +51,7 @@

@section('footer')
@if(isset($add_url))
<div class="pull-right">{{ $pagination }}</div>
<div class="float-right">{{ $pagination }}</div>
@else
{{ $pagination }}
@endif
Expand Down

0 comments on commit 075044f

Please sign in to comment.