Update compiled assets

pull/601/head
Daniel Supernault 2018-11-27 01:58:39 -07:00
rodzic 9a7d13ebf2
commit 7494d97bbd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
3 zmienionych plików z 3 dodań i 3 usunięć

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -1,5 +1,5 @@
{
"/js/components.js": "/js/components.js?id=40990e47ee8a18848a41",
"/js/components.js": "/js/components.js?id=c28daccae770fb4beb51",
"/js/app.js": "/js/app.js?id=763d01bb175be69c8ad3",
"/css/app.css": "/css/app.css?id=0f11643b1635ebda5e1b",
"/js/timeline.js": "/js/timeline.js?id=415bfde862ab8c5b4548",

Wyświetl plik

@ -18,7 +18,7 @@
<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>
<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="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>