瀏覽代碼

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>


Loading…
取消
儲存