⭐
This commit is contained in:
		
							parent
							
								
									8e75f8a125
								
							
						
					
					
						commit
						73c396cb39
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
<header class="bvonvjxbwzaiskogyhbwgyxvcgserpmu">
 | 
					<header class="bvonvjxbwzaiskogyhbwgyxvcgserpmu">
 | 
				
			||||||
	<mk-avatar class="avatar" :user="note.user" v-if="$store.state.device.postStyle == 'smart'"/>
 | 
						<mk-avatar class="avatar" :user="note.user" v-if="$store.state.device.postStyle == 'smart'"/>
 | 
				
			||||||
	<router-link class="name" :to="note.user | userPage" v-user-preview="note.user.id">{{ note.user | userName }}</router-link>
 | 
						<router-link class="name" :to="note.user | userPage" v-user-preview="note.user.id">{{ note.user | userName }}</router-link>
 | 
				
			||||||
	<span class="is-verified" v-if="note.user.isVerified" title="%i18n:common.verified-user%">%fa:bookmark%</span>
 | 
						<span class="is-verified" v-if="note.user.isVerified" title="%i18n:common.verified-user%">%fa:star%</span>
 | 
				
			||||||
	<span class="is-admin" v-if="note.user.isAdmin">admin</span>
 | 
						<span class="is-admin" v-if="note.user.isAdmin">admin</span>
 | 
				
			||||||
	<span class="is-bot" v-if="note.user.isBot">bot</span>
 | 
						<span class="is-bot" v-if="note.user.isBot">bot</span>
 | 
				
			||||||
	<span class="is-cat" v-if="note.user.isCat">cat</span>
 | 
						<span class="is-cat" v-if="note.user.isCat">cat</span>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue