community-app/app/views/home.html
Nazeer Hussain Shaik f45ef35503 new skin
2017-01-24 15:33:32 +05:30

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>