Hide contact us until registered
This commit is contained in:
parent
39733381e4
commit
59d2fe173a
1 changed files with 7 additions and 4 deletions
|
|
@ -392,10 +392,13 @@
|
|||
@include('partials.navigation_option', ['option' => 'reports'])
|
||||
@endif
|
||||
@include('partials.navigation_option', ['option' => 'settings'])
|
||||
<li style="width:100%;"> <div class="nav-footer">
|
||||
<a href="javascript:showContactUs()" title="{{ trans('texts.contact_us') }}">
|
||||
<i class="fa fa-envelope"></i>
|
||||
</a>
|
||||
<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…
Add table
Reference in a new issue