aboutsummaryrefslogtreecommitdiff
path: root/app/views/helpers/view
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-13 23:31:07 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-13 23:31:07 +0100
commitfd26178d7ca8ef3258d15ca95d43af143b4cd440 (patch)
treec7dc526f7f46659721e6aeda55b562a60604d82b /app/views/helpers/view
parent693cd17cb8b26687fe46788033db49654310405a (diff)
Lien pour ajouter des flux quand FreshRSS est vide
https://github.com/marienfressinaud/FreshRSS/issues/355 + Correction bug cache thèmes du précédant patch
Diffstat (limited to 'app/views/helpers/view')
-rw-r--r--app/views/helpers/view/normal_view.phtml3
-rw-r--r--app/views/helpers/view/reader_view.phtml3
2 files changed, 4 insertions, 2 deletions
diff --git a/app/views/helpers/view/normal_view.phtml b/app/views/helpers/view/normal_view.phtml
index 7e4457ecc..40c840e5d 100644
--- a/app/views/helpers/view/normal_view.phtml
+++ b/app/views/helpers/view/normal_view.phtml
@@ -217,5 +217,6 @@ if (!empty($this->entries)) {
<?php } else { ?>
<div id="stream" class="alert alert-warn normal">
<span class="alert-head"><?php echo Minz_Translate::t ('no_feed_to_display'); ?></span>
+ <?php echo Minz_Translate::t ('think_to_add'); ?>
</div>
-<?php } ?> \ No newline at end of file
+<?php } ?>
diff --git a/app/views/helpers/view/reader_view.phtml b/app/views/helpers/view/reader_view.phtml
index 55d7bb99e..bda96e86d 100644
--- a/app/views/helpers/view/reader_view.phtml
+++ b/app/views/helpers/view/reader_view.phtml
@@ -44,5 +44,6 @@ if (!empty($this->entries)) {
<?php } else { ?>
<div id="stream" class="alert alert-warn reader">
<span class="alert-head"><?php echo Minz_Translate::t ('no_feed_to_display'); ?></span>
+ <?php echo Minz_Translate::t ('think_to_add'); ?>
</div>
-<?php } ?> \ No newline at end of file
+<?php } ?>