move packs create button in top right corner

This commit is contained in:
Jakob Schrettenbrunner 2017-03-18 21:27:31 +01:00
parent e90c9b6e01
commit 02ab70ecfb

View file

@ -37,6 +37,9 @@
<div class="box"> <div class="box">
<div class="box-header with-border"> <div class="box-header with-border">
<h3 class="box-title">Configured Services</h3> <h3 class="box-title">Configured Services</h3>
<div class="box-tools">
<a href="{{ route('admin.services.new') }}"><button class="btn btn-primary btn-sm">Create New</button></a>
</div>
</div> </div>
<div class="box-body table-responsive no-padding"> <div class="box-body table-responsive no-padding">
<table class="table table-hover"> <table class="table table-hover">
@ -58,9 +61,6 @@
@endforeach @endforeach
</table> </table>
</div> </div>
<div class="box-footer">
<a href="{{ route('admin.services.new') }}"><button class="btn btn-primary btn-sm pull-right">Create Service</button></a>
</div>
</div> </div>
</div> </div>
</div> </div>