mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 21:19:19 +00:00
untitle in content
This commit is contained in:
parent
b145b00f8e
commit
f126247262
@ -272,7 +272,7 @@
|
|||||||
ref="content"
|
ref="content"
|
||||||
class="content px-4 pt-3 pb-5 border-top overflow-auto"
|
class="content px-4 pt-3 pb-5 border-top overflow-auto"
|
||||||
:style="{'font-family': theme.font, 'font-size': theme.size + 'rem'}">
|
:style="{'font-family': theme.font, 'font-size': theme.size + 'rem'}">
|
||||||
<h1><b>{{ itemSelectedDetails.title }}</b></h1>
|
<h1><b>{{ itemSelectedDetails.title || 'untitled' }}</b></h1>
|
||||||
<div class="text-muted">
|
<div class="text-muted">
|
||||||
<div>{{ feedsById[itemSelectedDetails.feed_id].title }}</div>
|
<div>{{ feedsById[itemSelectedDetails.feed_id].title }}</div>
|
||||||
<time>{{ formatDate(itemSelectedDetails.date) }}</time>
|
<time>{{ formatDate(itemSelectedDetails.date) }}</time>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user