1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 01:55:55 +00:00

view_offline: show article comments link

This commit is contained in:
Andrew Dolgov
2009-02-04 14:23:02 +03:00
parent 03c96380ed
commit 12aa4007ad

View File

@@ -37,7 +37,10 @@ function view_offline(id, feed_id) {
tmp += rs.fieldByName("tags");
tmp += "</div>";
tmp += "<div clear='both'>fixme-comments</div>";
tmp += "<div clear='both'>"+
"<a target=\"_blank\" "+
"href=\"" + rs.fieldByName("comments") + "\">" +
__("comments") + "</a></div>";
tmp += "</div>";