1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 09:35:55 +00:00

consistency: show author in multipanel headlines row

This commit is contained in:
Andrew Dolgov
2018-12-09 16:12:04 +03:00
parent a1c595687e
commit 95e1038e6d
6 changed files with 23 additions and 3 deletions

View File

@@ -347,7 +347,7 @@ define(["dojo/_base/declare"], function (declare) {
<div onclick="return Headlines.click(event, ${hl.id})" class="title">
<span data-article-id="${hl.id}" class="hl-content hlMenuAttach">
<a class="title" href="${hl.link}">${hl.title} <span class="preview">${hl.content_preview}</span></a>
<!-- <span class="author">${hl.author}</span> -->
<span class="author">${hl.author}</span>
<span class="HLLCTR-${hl.id}">${hl.labels}</span>
</span>
</div>