Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/templates/components/side-bar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a href="{{href-to 'my-sessions'}}" class="item">{{t 'My Sessions'}}</a>
<a href="{{href-to 'events.list' 'live'}}" class="item">{{t 'Manage Events'}}</a>
<div class="divider"></div>
<a href="{{href-to 'account.profile'}}" class="item">{{t 'Profile'}}</a>
<a href="{{href-to 'account.profile'}}" class="item">{{t 'Account'}}</a>
{{#if authManager.currentUser.isAnAdmin}}
<a href="{{href-to 'admin'}}" class="item">{{t 'Admin'}}</a>
{{/if}}
Expand Down