Procházet zdrojové kódy

Fix: Use new url in light-box

pull/139/head
winkidney před 5 roky
rodič
revize
69ff11b6c6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      pinry/templates/includes/lightbox.html

+ 1
- 1
pinry/templates/includes/lightbox.html Zobrazit soubor

@@ -19,7 +19,7 @@
{{#if tags}}
<br /><span class="dim">in</span>
{{#each tags}}
<span class="tag"><a href="/pins/tag/{{this}}/" class="btn btn-xs btn-primary">{{this}}</a></span>
<span class="tag"><a href="/pins/tags/{{this}}/" class="btn btn-xs btn-primary">{{this}}</a></span>
{{/each}}
{{/if}}
</div>


Načítá se…
Zrušit
Uložit