fix(): back to dashboard link fix

This commit is contained in:
Torkel Ödegaard 2016-02-06 10:32:07 +01:00
parent 801129530e
commit 89ef019b7c

View File

@ -70,7 +70,7 @@
</ul>
<ul class="nav pull-right">
<li ng-show="dashboardViewState.fullscreen" class="back-to-dashboard-link">
<li ng-show="dashboard.meta.fullscreen" class="back-to-dashboard-link">
<a ng-click="exitFullscreen()">
Back to dashboard
</a>