mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Hide contact us until registered
This commit is contained in:
parent
899dd07752
commit
0b3a116287
@ -394,9 +394,11 @@
|
||||
@include('partials.navigation_option', ['option' => 'settings'])
|
||||
<li style="width:100%;">
|
||||
<div class="nav-footer">
|
||||
@if (Auth::user()->registered)
|
||||
<a href="javascript:showContactUs()" title="{{ trans('texts.contact_us') }}">
|
||||
<i class="fa fa-envelope"></i>
|
||||
</a>
|
||||
@endif
|
||||
<a href="{{ url(NINJA_FORUM_URL) }}" target="_blank" title="{{ trans('texts.support_forum') }}">
|
||||
<i class="fa fa-list-ul"></i>
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user