diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-04 09:39:25 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-04 09:39:25 +0900 |
| commit | d7c94de07e17e31513780ceabf824a3d0760ff80 (patch) | |
| tree | 890e64439127e0f118a6a0e041c7f14ee2f9b891 /src/web/app/desktop/views/components/posts.post.vue | |
| parent | :art: (diff) | |
| download | sharkey-d7c94de07e17e31513780ceabf824a3d0760ff80.tar.gz sharkey-d7c94de07e17e31513780ceabf824a3d0760ff80.tar.bz2 sharkey-d7c94de07e17e31513780ceabf824a3d0760ff80.zip | |
#172
Diffstat (limited to 'src/web/app/desktop/views/components/posts.post.vue')
| -rw-r--r-- | src/web/app/desktop/views/components/posts.post.vue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/web/app/desktop/views/components/posts.post.vue b/src/web/app/desktop/views/components/posts.post.vue index 4a95918c48..ce0a31d183 100644 --- a/src/web/app/desktop/views/components/posts.post.vue +++ b/src/web/app/desktop/views/components/posts.post.vue @@ -26,6 +26,7 @@ <span class="username">@{{ p.user.username }}</span> <div class="info"> <span class="app" v-if="p.app">via <b>{{ p.app.name }}</b></span> + <span class="mobile" v-if="p.via_mobile">%fa:mobile-alt%</span> <router-link class="created-at" :to="url"> <mk-time :time="p.created_at"/> </router-link> @@ -399,6 +400,10 @@ export default Vue.extend({ margin-left auto font-size 0.9em + > .mobile + margin-right 8px + color #ccc + > .app margin-right 8px padding-right 8px |