mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
show 'no tags' in view when article is untagged
This commit is contained in:
@@ -258,6 +258,8 @@
|
|||||||
|
|
||||||
if (!$entry_comments) $entry_comments = " "; # placeholder
|
if (!$entry_comments) $entry_comments = " "; # placeholder
|
||||||
|
|
||||||
|
if (!$tags_str) $tags_str = '<span class="insensitive">no tags</span>';
|
||||||
|
|
||||||
print "<div style='float : right'>$tags_str
|
print "<div style='float : right'>$tags_str
|
||||||
<a title=\"Edit tags for this article\"
|
<a title=\"Edit tags for this article\"
|
||||||
href=\"javascript:editArticleTags($id, $feed_id)\">(+)</a></div>
|
href=\"javascript:editArticleTags($id, $feed_id)\">(+)</a></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user