Tell view whether we’re in Sandstorm.IO mode.

This commit is contained in:
James Cole
2017-02-05 08:27:23 +01:00
parent 3e510bd3f6
commit 959a1a08f0
3 changed files with 10 additions and 4 deletions

View File

@@ -72,13 +72,13 @@
</span>
</li>
<!-- Notifications: style can be found in dropdown.less -->
<!-- User Account: style can be found in dropdown.less -->
{% if not SANDSTORM %}
<li class="dropdown user user-menu">
<span style="cursor:default;color:#fff;padding: 15px;display: block;line-height: 20px;">
<span class="hidden-xs">{{ Auth.user.email }}</span>
</span>
</li>
{% endif %}
<li id="sidebar-toggle">
<a href="#" data-toggle="control-sidebar"><i class="fa fa-plus-circle"></i></a>
</li>