File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 138138 <router-link class =" hide-mobile" :to =" { path: '/profile/' + post.user.username.toLowerCase() }" >
139139 <div class =" original-poster" v-if =" post.user.original_poster" >OP</div >
140140 <div v-if =" post.user.title" :title =" ('Title: ' + post.user.title)" class =" user-activity" ><span class =" user-activity-value" >{{post.user.title}}</span ></div >
141+ <div v-if =" post.user.activity > -1" :title =" ('Activity: ' + post.user.activity)" class =" user-activity" >Activity: <span class =" user-activity-value" >{{post.user.activity}}</span ></div >
141142 <div v-if =" post.user.merit > -1" :title =" ('Merit: ' + post.user.merit)" class =" user-activity" >Merit: <span class =" user-activity-value" >{{post.user.merit}}</span ></div >
142- <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 >
143143 </router-link >
144144 </router-link >
145145
169169 <router-link :to =" { path: '/profile/' + post.user.username.toLowerCase() }" class =" user-activity-mobile" >
170170 <div class =" original-poster" v-if =" post.user.original_poster" >OP</div >
171171 <div v-if =" post.user.title" :title =" ('Title: ' + post.user.title)" class =" user-activity" ><span class =" user-activity-value" >{{post.user.title}}</span ></div >
172+ <div v-if =" post.user.activity > -1" :title =" ('Activity: ' + post.user.activity)" class =" user-activity" >Activity: <span class =" user-activity-value" >{{post.user.activity}}</span ></div >
172173 <div v-if =" post.user.merit > -1" :title =" ('Merit: ' + post.user.merit)" class =" user-activity" >Merit: <span class =" user-activity-value" >{{post.user.merit}}</span ></div >
173- <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 >
174174 </router-link >
175175 <div class =" timestamp" >
176176 <span >{{humanDate(post.created_at)}}</span >
@@ -1707,10 +1707,6 @@ ad-viewer {
17071707 width: $postWidth__mobile;
17081708 }
17091709 }
1710-
1711- @include break - mobile- sm {
1712- padding- bottom: 3rem ;
1713- }
17141710}
17151711
17161712.thread - title {
You can’t perform that action at this time.
0 commit comments