diff options
Diffstat (limited to 'app/views/index/normal.phtml')
| -rw-r--r-- | app/views/index/normal.phtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml index 4c2b25fbc..045020ab7 100644 --- a/app/views/index/normal.phtml +++ b/app/views/index/normal.phtml @@ -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> |
