ソースを参照

Fix: Bug fix for tags existence prediction

pull/169/head
winkidney 5年前
committed by Isaac Bythewood
コミット
b44bc9f12a
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      pinry/templates/includes/vue-pin.html

+ 1
- 1
pinry/templates/includes/vue-pin.html ファイルの表示

@@ -51,7 +51,7 @@
<div class="text pull-right">
<span class="dim">pinned by</span>
<a :href="getUserLink">{{ pin.submitter.username }}</a>
<template v-if="pin.tags">
<template v-if="pin.tags.length != 0">
<span class="dim">in</span>
<template v-for="_tag in pin.tags">
<span class="tag"><a :href="getTagLink(_tag)">{{ _tag }}</a></span>


読み込み中…
キャンセル
保存