소스 검색

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>


불러오는 중...
취소
저장