Przeglądaj źródła

Merge pull request #361 from Avatat/master

Do not show Source link when no source is defined
pull/362/head
Ji Qu 1 rok temu
committed by GitHub
rodzic
commit
c40baf3803
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      pinry-spa/src/components/Pins.vue

+ 1
- 1
pinry-spa/src/components/Pins.vue Wyświetl plik

@@ -58,7 +58,7 @@
</span>
</template>
</template>
• <a :href="item.referer" target="_blank">{{ $t("sourceLink") }}</a>
<span v-if="item.referer">• <a :href="item.referer" target="_blank">{{ $t("sourceLink") }}</a></span>
</span>
</div>
<div class="is-clearfix"></div>


Ładowanie…
Anuluj
Zapisz