File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 2
2
{{ #link-to ' explore' class =' item' activeClass =' ' }} {{ t ' Browse Events' }} {{ /link-to }}
3
3
{{ #if session.isAuthenticated }}
4
4
<div class =" item" >
5
- {{ widgets/safe-image isAvatar =true class =' ui avatar round image side-bar' src = (if authManager.currentUser.avatarUrl authManager.currentUser.avatarUrl
6
- ' /images/placeholders/avatar.png' )}}
7
- {{ if authManager.currentUser
8
- (if authManager.currentUser.firstName authManager.currentUser.firstName authManager.currentUser.email )
9
- ' Welcome' }}
5
+ <a href =" {{ href-to ' account.profile' }} " >
6
+ {{ widgets/safe-image isAvatar =true class =' ui avatar round image side-bar' src = (if authManager.currentUser.avatarUrl authManager.currentUser.avatarUrl
7
+ ' /images/placeholders/avatar.png' )}}
8
+ {{ if authManager.currentUser
9
+ (if authManager.currentUser.firstName authManager.currentUser.firstName authManager.currentUser.email )
10
+ ' Welcome' }}
11
+ </a >
10
12
</div >
11
13
<a href =" {{ href-to ' my-tickets' }} " class =" item" >{{ t ' My Tickets' }} </a >
12
14
<a href =" {{ href-to ' my-sessions' }} " class =" item" >{{ t ' My Sessions' }} </a >
You can’t perform that action at this time.
0 commit comments