aboutsummaryrefslogtreecommitdiff
path: root/app/views/helpers/view/reader_view.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-19 18:33:11 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-19 18:33:11 +0200
commit64b3d140f64d8fcaba30a514e0f956929f9bb126 (patch)
tree7e275e48547be5104bf51daa827fac6c2210b9b0 /app/views/helpers/view/reader_view.phtml
parent4620d0b136295d5fca2fcbdfc91db6cc3a500c5a (diff)
Improve "no feed to display" box
Diffstat (limited to 'app/views/helpers/view/reader_view.phtml')
-rw-r--r--app/views/helpers/view/reader_view.phtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/helpers/view/reader_view.phtml b/app/views/helpers/view/reader_view.phtml
index 665f72849..832b27be4 100644
--- a/app/views/helpers/view/reader_view.phtml
+++ b/app/views/helpers/view/reader_view.phtml
@@ -37,8 +37,8 @@ if (!empty($this->entries)) {
</div>
<?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 class="prompt alert alert-warn">
+ <h2><?php echo _t('no_feed_to_display'); ?></h2>
+ <a href="<?php echo _url('configure', 'feed'); ?>"><?php echo _t('think_to_add'); ?></a><br /><br />
</div>
<?php } ?>