##// END OF EJS Templates
components: user and alert channels components
components: user and alert channels components

File last commit:

r81:ef652bad
r81:ef652bad
Show More
breadcrumbs.html
11 lines | 852 B | text/html | HtmlLexer
<ol class="breadcrumb" ng-show="$state.includes('user.profile')">
<li>Settings</li>
<li ng-show="$state.includes('user.profile.edit')" ng-class="{bold:$state.is('user.profile.edit')}">User Profile</li>
<li ng-show="$state.includes('user.profile.password')" ng-class="{bold:$state.is('user.profile.password')}">Password</li>
<li ng-show="$state.includes('user.profile.identities')" ng-class="{bold:$state.is('user.profile.identities')}">Identities</li>
</ol>
<ol class="breadcrumb" ng-show="$state.includes('user.alert_channels')">
<li>Notifications</li>
<li ng-show="$state.includes('user.alert_channels.list')" ng-class="{bold:$state.is('user.alert_channels.list')}">Alert Channels</li>
<li ng-show="$state.includes('user.alert_channels.email')" ng-class="{bold:$state.is('user.alert_channels.email')}">Create email channel</li>
</ol>