mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-16 12:24:46 -04:00
Fix JS error: new-article missed (#3999)
This commit is contained in:
@@ -115,6 +115,9 @@ $today = @strtotime('today');
|
||||
ob_end_clean(); //Discard the articles headers, as we have no articles
|
||||
?>
|
||||
<main id="stream" class="normal">
|
||||
<div id="new-article">
|
||||
<a href="<?= Minz_Url::display(Minz_Request::currentRequest()) ?>"><?= _t('gen.js.new_article'); /* TODO: move string in JS*/ ?></a>
|
||||
</div>
|
||||
<div class="prompt alert alert-warn">
|
||||
<h2 class="alert-head"><?= _t('index.feed.empty') ?></h2>
|
||||
<p><a href="<?= _url('subscription', 'add') ?>"><?= _t('index.feed.add') ?></a></p>
|
||||
|
||||
@@ -83,6 +83,9 @@ $content_width = FreshRSS_Context::$user_conf->content_width;
|
||||
ob_end_clean(); //Discard the articles headers, as we have no articles
|
||||
?>
|
||||
<main id="stream" class="reader">
|
||||
<div id="new-article">
|
||||
<a href="<?= Minz_Url::display(Minz_Request::currentRequest()) ?>"><?= _t('gen.js.new_article'); /* TODO: move string in JS*/ ?></a>
|
||||
</div>
|
||||
<div class="prompt alert alert-warn">
|
||||
<h2 class="alert-head"><?= _t('index.feed.empty') ?></h2>
|
||||
<p><a href="<?= _url('subscription', 'add') ?>"><?= _t('index.feed.add') ?></a></p>
|
||||
|
||||
Reference in New Issue
Block a user