Fix bug
This commit is contained in:
		
							parent
							
								
									9c4e3142b1
								
							
						
					
					
						commit
						753e714576
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -9,9 +9,9 @@
 | 
				
			||||||
				<img class="avatar" :src="`${post.user.avatar_url}?thumbnail&size=32`" alt="avatar"/>
 | 
									<img class="avatar" :src="`${post.user.avatar_url}?thumbnail&size=32`" alt="avatar"/>
 | 
				
			||||||
			</router-link>
 | 
								</router-link>
 | 
				
			||||||
			%fa:retweet%
 | 
								%fa:retweet%
 | 
				
			||||||
			{{ '%i18n:desktop.tags.mk-timeline-post.reposted-by%'.substr(0, '%i18n:desktop.tags.mk-timeline-post.reposted-by%'.indexOf('{')) }}
 | 
								<span>{{ '%i18n:desktop.tags.mk-timeline-post.reposted-by%'.substr(0, '%i18n:desktop.tags.mk-timeline-post.reposted-by%'.indexOf('{')) }}</span>
 | 
				
			||||||
			<a class="name" :href="`/${post.user.username}`" v-user-preview="post.user_id">{{ post.user.name }}</a>
 | 
								<a class="name" :href="`/${post.user.username}`" v-user-preview="post.user_id">{{ post.user.name }}</a>
 | 
				
			||||||
			{{ '%i18n:desktop.tags.mk-timeline-post.reposted-by%'.substr('%i18n:desktop.tags.mk-timeline-post.reposted-by%'.indexOf('}') + 1) }}
 | 
								<span>{{ '%i18n:desktop.tags.mk-timeline-post.reposted-by%'.substr('%i18n:desktop.tags.mk-timeline-post.reposted-by%'.indexOf('}') + 1) }}</span>
 | 
				
			||||||
		</p>
 | 
							</p>
 | 
				
			||||||
		<mk-time :time="post.created_at"/>
 | 
							<mk-time :time="post.created_at"/>
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,9 +9,9 @@
 | 
				
			||||||
				<img class="avatar" :src="`${post.user.avatar_url}?thumbnail&size=64`" alt="avatar"/>
 | 
									<img class="avatar" :src="`${post.user.avatar_url}?thumbnail&size=64`" alt="avatar"/>
 | 
				
			||||||
			</router-link>
 | 
								</router-link>
 | 
				
			||||||
			%fa:retweet%
 | 
								%fa:retweet%
 | 
				
			||||||
			{{ '%i18n:mobile.tags.mk-timeline-post.reposted-by%'.substr(0, '%i18n:mobile.tags.mk-timeline-post.reposted-by%'.indexOf('{')) }}
 | 
								<span>{{ '%i18n:mobile.tags.mk-timeline-post.reposted-by%'.substr(0, '%i18n:mobile.tags.mk-timeline-post.reposted-by%'.indexOf('{')) }}</span>
 | 
				
			||||||
			<router-link class="name" :to="`/${post.user.username}`">{{ post.user.name }}</router-link>
 | 
								<router-link class="name" :to="`/${post.user.username}`">{{ post.user.name }}</router-link>
 | 
				
			||||||
			{{ '%i18n:mobile.tags.mk-timeline-post.reposted-by%'.substr('%i18n:mobile.tags.mk-timeline-post.reposted-by%'.indexOf('}') + 1) }}
 | 
								<span>{{ '%i18n:mobile.tags.mk-timeline-post.reposted-by%'.substr('%i18n:mobile.tags.mk-timeline-post.reposted-by%'.indexOf('}') + 1) }}</span>
 | 
				
			||||||
		</p>
 | 
							</p>
 | 
				
			||||||
		<mk-time :time="post.created_at"/>
 | 
							<mk-time :time="post.created_at"/>
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue