1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:25:56 +00:00

render tags on the client

This commit is contained in:
Andrew Dolgov
2021-02-19 15:31:50 +03:00
parent d9fe14a012
commit e73779fec1
4 changed files with 22 additions and 57 deletions

View File

@@ -495,7 +495,7 @@ const Headlines = {
<div class="left">
${hl.buttons_left}
<i class="material-icons">label_outline</i>
<span id="ATSTR-${hl.id}">${hl.tags_str}</span>
${Article.renderTags(hl.id, hl.tags)}
<a title="${__("Edit tags for this article")}" href="#"
onclick="Article.editTags(${hl.id})">(+)</a>
${comments}