general classes updated for blades
This commit is contained in:
@ -3,16 +3,8 @@
|
||||
@section('title', trans_choice('general.modules', 2))
|
||||
|
||||
@section('new_button')
|
||||
<span>
|
||||
<a href="{{ route('apps.api-key.create') }}" class="btn btn-white btn-sm header-button-top">
|
||||
<span class="fa fa-key"></span> {{ trans('modules.api_key') }}
|
||||
</a>
|
||||
</span>
|
||||
<span>
|
||||
<a href="{{ route('apps.my.index') }}" class="btn btn-white btn-sm header-button-bottom">
|
||||
<span class="fa fa-user"></span> {{ trans('modules.my_apps') }}
|
||||
</a>
|
||||
</span>
|
||||
<span><a href="{{ route('apps.api-key.create') }}" class="btn btn-white btn-sm header-button-top"><span class="fa fa-key"></span> {{ trans('modules.api_key') }}</a></span>
|
||||
<span><a href="{{ route('apps.my.index') }}" class="btn btn-white btn-sm header-button-top"><span class="fa fa-user"></span> {{ trans('modules.my_apps') }}</a></span>
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
|
Reference in New Issue
Block a user