File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<div class =" ui left inverted vertical menu sidebar {{ if sidebarVisible ' visible' }} " >
22 {{ #link-to ' explore' class =' item' activeClass =' ' }} {{ t ' Browse Events' }} {{ /link-to }}
33 {{ #if session.isAuthenticated }}
4- <a href = " {{ href-to ' account.profile ' }} " class =" item" >
5- <div class =" item" >
4+ <div class =" item" >
5+ <a href = " {{ href-to ' account.profile ' }} " class =" item" >
66 {{ widgets/safe-image isAvatar =true class =' ui avatar round image side-bar' src = (if authManager.currentUser.avatarUrl authManager.currentUser.avatarUrl
77 ' /images/placeholders/avatar.png' )}}
88 {{ if authManager.currentUser
99 (if authManager.currentUser.firstName authManager.currentUser.firstName authManager.currentUser.email )
1010 ' Welcome' }}
11- </div >
12- </a >
11+ </a >
12+ </div >
1313 <a href =" {{ href-to ' my-tickets' }} " class =" item" >{{ t ' My Tickets' }} </a >
1414 <a href =" {{ href-to ' my-sessions' }} " class =" item" >{{ t ' My Sessions' }} </a >
1515 <a href =" {{ href-to ' events.list' ' live' }} " class =" item" >{{ t ' Manage Events' }} </a >
You can’t perform that action at this time.
0 commit comments