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'])
|
@include('partials.navigation_option', ['option' => 'settings'])
|
||||||
<li style="width:100%;">
|
<li style="width:100%;">
|
||||||
<div class="nav-footer">
|
<div class="nav-footer">
|
||||||
<a href="javascript:showContactUs()" title="{{ trans('texts.contact_us') }}">
|
@if (Auth::user()->registered)
|
||||||
<i class="fa fa-envelope"></i>
|
<a href="javascript:showContactUs()" title="{{ trans('texts.contact_us') }}">
|
||||||
</a>
|
<i class="fa fa-envelope"></i>
|
||||||
|
</a>
|
||||||
|
@endif
|
||||||
<a href="{{ url(NINJA_FORUM_URL) }}" target="_blank" title="{{ trans('texts.support_forum') }}">
|
<a href="{{ url(NINJA_FORUM_URL) }}" target="_blank" title="{{ trans('texts.support_forum') }}">
|
||||||
<i class="fa fa-list-ul"></i>
|
<i class="fa fa-list-ul"></i>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user