mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 13:17:04 +00:00
9 lines
372 B
HTML
9 lines
372 B
HTML
<div class="" data-ng-switch="currentSession.user != null">
|
|
<div class="" data-ng-switch-when="true">
|
|
<div data-ng-include="'views/private/home_' + currentSession.user.getHomePageIdentifier() + '.html'"></div>
|
|
</div>
|
|
<div class="card well" data-ng-switch-default>
|
|
<p>{{'label.youneedtologintoaccessthisarea' | translate}}</p>
|
|
</div>
|
|
</div>
|