summaryrefslogtreecommitdiff
path: root/src/web/app/desktop/views/components/posts-post.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-13 12:32:00 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-13 12:32:00 +0900
commite1cbaf2c5a2e14d64e85556b15b9b45ca044ec3e (patch)
treec44a4b09916526c58adb8c7a54f791aa7b817f34 /src/web/app/desktop/views/components/posts-post.vue
parentwip (diff)
downloadsharkey-e1cbaf2c5a2e14d64e85556b15b9b45ca044ec3e.tar.gz
sharkey-e1cbaf2c5a2e14d64e85556b15b9b45ca044ec3e.tar.bz2
sharkey-e1cbaf2c5a2e14d64e85556b15b9b45ca044ec3e.zip
wip
Diffstat (limited to 'src/web/app/desktop/views/components/posts-post.vue')
-rw-r--r--src/web/app/desktop/views/components/posts-post.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/desktop/views/components/posts-post.vue b/src/web/app/desktop/views/components/posts-post.vue
index 9991d145e4..cc2d7534a8 100644
--- a/src/web/app/desktop/views/components/posts-post.vue
+++ b/src/web/app/desktop/views/components/posts-post.vue
@@ -24,7 +24,7 @@
<div class="info">
<span class="app" v-if="p.app">via <b>{{ p.app.name }}</b></span>
<a class="created-at" :href="url">
- <mk-time time="p.created_at"/>
+ <mk-time :time="p.created_at"/>
</a>
</div>
</header>
@@ -188,7 +188,7 @@ export default Vue.extend({
react() {
document.body.appendChild(new MkReactionPicker({
propsData: {
- source: this.$refs.menuButton,
+ source: this.$refs.reactButton,
post: this.p
}
}).$mount().$el);