Show link to status source url.

This commit is contained in:
Roger Braun 2016-11-25 17:34:41 +01:00
parent 5986afbb20
commit b515586485
1 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,9 @@
{{status.created_at_parsed}}
</router-link>
</small>
<small v-if="!status.is_local" class="source_url">
<a :href="status.external_url" >Source</a>
</small>
</h4>
<div class="status-content" v-html="status.statusnet_html"></div>
@ -62,6 +65,10 @@
word-wrap: break-word;
word-break: break-word;
.source_url {
float: right;
}
a {
display: inline-block;
word-break: break-all;