Open original link in new tab

This commit is contained in:
Gautier P 2021-01-18 13:13:13 +01:00
parent e6b71c6ed5
commit 2374763d3b
1 changed files with 2 additions and 2 deletions

View File

@ -136,10 +136,10 @@
{{ $t("flatsDetails.no_phone_found") }}
</template>
</p>
<p>{{ $tc("common.Original_post", 42) }}
<p>{{ $tc("common.Original_post", flat.urls.length) }}
<ul>
<li v-for="(url, index) in flat.urls">
<a :href="url">
<a :href="url" target="_blank">
{{ $tc("common.Original_post", 1) }} {{ index + 1 }}
<i class="fa fa-external-link" aria-hidden="true"></i>
</a>