Dashboard fix for lt
This commit is contained in:
parent
8f084ddbc1
commit
a0ccfd65b4
1 changed files with 5 additions and 3 deletions
|
|
@ -81,9 +81,11 @@
|
|||
<div class="panel-heading" style="background-color:#0b4d78 !important">
|
||||
<h3 class="panel-title in-bold-white">
|
||||
<i class="glyphicon glyphicon-exclamation-sign"></i> {{ trans('texts.activity') }}
|
||||
<div class="pull-right" style="font-size:14px;padding-top:4px">
|
||||
{{ trans_choice('texts.invoices_sent', $invoicesSent) }}
|
||||
</div>
|
||||
@if ($invoicesSent)
|
||||
<div class="pull-right" style="font-size:14px;padding-top:4px">
|
||||
{{ trans_choice('texts.invoices_sent', $invoicesSent) }}
|
||||
</div>
|
||||
@endif
|
||||
</h3>
|
||||
</div>
|
||||
<ul class="panel-body list-group" style="height:276px;overflow-y:auto;">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue