mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Make view client dashboard link open in new tab
This commit is contained in:
parent
5227ce7ec6
commit
d051ae70ef
@ -148,7 +148,7 @@
|
||||
@if ($contact->phone)
|
||||
<i class="fa fa-phone" style="width: 20px"></i>{{ $contact->phone }}<br/>
|
||||
@endif
|
||||
<i class="fa fa-dashboard" style="width: 20px"></i><a href="{{ $contact->link }}">{{ trans('texts.view_dashboard') }}</a><br/>
|
||||
<i class="fa fa-dashboard" style="width: 20px"></i><a href="{{ $contact->link }}" target="_blank">{{ trans('texts.view_dashboard') }}</a><br/>
|
||||
@endforeach
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user