Merge branch 'master' of github.com:akaunting/akaunting
This commit is contained in:
commit
4e29940adf
@ -3,7 +3,7 @@
|
|||||||
@section('title', trans_choice('general.updates', 2))
|
@section('title', trans_choice('general.updates', 2))
|
||||||
|
|
||||||
@section('new_button')
|
@section('new_button')
|
||||||
<a href="{{ route('updates.check') }}" class="btn btn-warning btn-sm header-button-top"><span class="fa fa-history"></span> {{ trans('updates.check') }}</a>
|
<a href="{{ route('updates.check') }}" class="btn btn-white btn-sm header-button-top"><span class="fa fa-history"></span> {{ trans('updates.check') }}</a>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
@stack('footer_start')
|
@stack('footer_start')
|
||||||
<footer class="footer pt-0">
|
<footer class="footer pt-0">
|
||||||
<div class="copyright text-left text-lg-left text-muted">
|
<div class="text-sm float-left text-muted footer-texts">
|
||||||
<strong>{{ trans('footer.powered') }}</strong>: <a href="{{ trans('footer.link') }}" target="_blank">{{ trans('footer.software') }}</a>
|
{{ trans('footer.powered') }}: <a href="{{ trans('footer.link') }}" target="_blank" class="text-muted">{{ trans('footer.software') }}</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
@stack('footer_end')
|
@stack('footer_end')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user