mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:34:29 -04:00
Dashboard fix for lt
This commit is contained in:
parent
8f084ddbc1
commit
a0ccfd65b4
@ -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…
x
Reference in New Issue
Block a user