Update compiled assets

This commit is contained in:
Daniel Supernault 2018-11-27 01:58:39 -07:00
parent 9a7d13ebf2
commit 7494d97bbd
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -18,7 +18,7 @@
<div class="postCommentsContainer d-none"> <div class="postCommentsContainer d-none">
<p class="mb-1 text-center load-more-link d-none"><a href="#" class="text-muted" v-on:click="loadMore">Load more comments</a></p> <p class="mb-1 text-center load-more-link d-none"><a href="#" class="text-muted" v-on:click="loadMore">Load more comments</a></p>
<div class="comments" data-min-id="0" data-max-id="0"> <div class="comments" data-min-id="0" data-max-id="0">
<p class="mb-1" v-for="(comment, index) in results" :data-id="comment.id" v-bind:key="comment.id"> <p class="mb-1" v-for="(comment, index) in results" :data-id="comment.id" :key="comment.id">
<span class="d-flex justify-content-between align-items-center"> <span class="d-flex justify-content-between align-items-center">
<span class="pr-3" style="overflow: hidden;"> <span class="pr-3" style="overflow: hidden;">
<div class="font-weight-bold pr-1"><bdi><a class="text-dark" :href="comment.account.url" :title="comment.account.username">{{l(comment.account.username)}}</a></bdi> <div class="font-weight-bold pr-1"><bdi><a class="text-dark" :href="comment.account.url" :title="comment.account.username">{{l(comment.account.username)}}</a></bdi>