File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 123
123
<div v-if =" !post._deleted && !post.user.ignored" class =" post-block-grid" >
124
124
<!-- Post Profile Section -->
125
125
<div class =" post-user" >
126
- <a href =" #" >
127
- <!-- <a ui-sref="profile.posts({ username: post.user.username})"> -->
126
+ <router-link :to =" { path: '/profile/' + post.user.username.toLowerCase() }" >
128
127
<div class =" user-avatar" :class =" defaultAvatarShape" >
129
128
<span v-if =" post.user.online" class =" online green" :data-balloon =" post.user.username + ' is online'" >
130
129
<svg xmlns =" http://www.w3.org/2000/svg" viewBox =" 0 0 48 48" >
140
139
<div class =" original-poster" v-if =" post.user.original_poster" >OP</div >
141
140
<div v-if =" post.user.activity > -1" :title =" ('Activity: ' + post.user.activity)" class =" user-activity" >Act: <span class =" user-activity-value" >{{post.user.activity}}</span ></div >
142
141
</router-link >
143
- </a >
144
-
142
+ </router-link >
145
143
146
144
<div class =" user-trust" v-if =" loggedIn && postData.data.thread.trust_visible" >
147
145
<trust-display :user =" post.user" />
You can’t perform that action at this time.
0 commit comments