diff options
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 10e321a1..f113fb7e 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -30,6 +30,12 @@ <timeago :since="status.created_at" :auto-update="60"></timeago> </router-link> </small> + <template v-if="expandable"> + - + <small> + <a href="#" @click.prevent="toggleExpanded" >Expand</a> + </small> + </template> <small v-if="!status.is_local" class="source_url"> <a :href="status.external_url" target="_blank" >Source</a> </small> @@ -122,8 +128,4 @@ padding-right: 1em; border-bottom: 1px solid; } - - .status-el:last-child .status { - border-bottom: none - } </style> |
