move api key create button in top right corner

This commit is contained in:
Jakob Schrettenbrunner 2017-03-18 21:38:23 +01:00
parent bc4e42dcdd
commit 944f25e6e8

View file

@ -37,6 +37,9 @@
<div class="box">
<div class="box-header">
<h3 class="box-title">@lang('base.api.index.list')</h3>
<div class="box-tools">
<a href="{{ route('account.api.new') }}"><button class="btn btn-primary btn-sm">Create New</button></a>
</div>
</div>
<div class="box-body table-responsive no-padding">
<table class="table table-hover">
@ -70,11 +73,6 @@
</tbody>
</table>
</div>
<div class="box-footer">
<a href="{{ route('account.api.new') }}">
<button class="btn btn-sm btn-success">@lang('base.api.index.create_new')</button>
</a>
</div>
</div>
</div>
</div>