forked from AkkomaGang/akkoma-fe
Open external status links in new window.
This commit is contained in:
parent
6c2941dba0
commit
4228f49e7b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
</router-link>
|
||||
</small>
|
||||
<small v-if="!status.is_local" class="source_url">
|
||||
<a :href="status.external_url" >Source</a>
|
||||
<a :href="status.external_url" target="_blank" >Source</a>
|
||||
</small>
|
||||
</h4>
|
||||
|
||||
|
|
Loading…
Reference in a new issue