Просмотр исходного кода

Fix: Bug fix for tags existence prediction

pull/169/head
winkidney 5 лет назад
committed by Isaac Bythewood
Родитель
Сommit
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>


Загрузка…
Отмена
Сохранить