Skip to content

Commit c26369f

Browse files
committed
Added spacing between buttons
1 parent 56e090f commit c26369f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/backend/users/index.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<div class="col-md-12">
1414
<a href="{{ route('create/user') }}" class="btn btn-success pull-right"><i class="icon-plus-sign icon-white"></i> @lang('general.create')</a>
1515
@if (Input::get('onlyTrashed'))
16-
<a class="btn btn-default pull-right" href="{{ URL::to('admin/users') }}">Show Current Users</a>
16+
<a class="btn btn-default pull-right" href="{{ URL::to('admin/users') }}" style="margin-right: 5px;">Show Current Users</a>
1717
@else
18-
<a class="btn btn-default pull-right" href="{{ URL::to('admin/users?onlyTrashed=true') }}">Show Deleted Users</a>
18+
<a class="btn btn-default pull-right" href="{{ URL::to('admin/users?onlyTrashed=true') }}" style="margin-right: 5px;">Show Deleted Users</a>
1919
@endif
2020

2121
<h3>

0 commit comments

Comments
 (0)