summaryrefslogtreecommitdiff
path: root/app/views/stats/idle.phtml
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-06-15 12:13:33 -0400
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-06-15 12:13:33 -0400
commit60fe99344e1d87850f1a44791c1f0a675d13c756 (patch)
tree272ebbc35d0c28b4b049cb10a4e8868e12f808a8 /app/views/stats/idle.phtml
parente9cee8cc20835b3151de70e4df25cc5e80c4ec85 (diff)
Refactor and formatting
Diffstat (limited to 'app/views/stats/idle.phtml')
-rw-r--r--app/views/stats/idle.phtml24
1 files changed, 12 insertions, 12 deletions
diff --git a/app/views/stats/idle.phtml b/app/views/stats/idle.phtml
index 26806bb0e..3ea70624a 100644
--- a/app/views/stats/idle.phtml
+++ b/app/views/stats/idle.phtml
@@ -1,19 +1,19 @@
<?php $this->partial('aside_stats'); ?>
<div class="post content">
- <a href="<?php echo _url ('index', 'index'); ?>"><?php echo Minz_Translate::t ('back_to_rss_feeds'); ?></a>
-
- <h1><?php echo Minz_Translate::t ('stats_idle'); ?></h1>
-
- <?php foreach ($this->idleFeeds as $period => $feeds){ ?>
- <div class="stat">
- <h2><?php echo Minz_Translate::t ($period); ?></h2>
+ <a href="<?php echo _url ('index', 'index'); ?>"><?php echo _t ('back_to_rss_feeds'); ?></a>
+
+ <h1><?php echo _t ('stats_idle'); ?></h1>
+
+ <?php foreach ($this->idleFeeds as $period => $feeds){ ?>
+ <div class="stat">
+ <h2><?php echo _t ($period); ?></h2>
- <ul>
- <?php foreach ($feeds as $feed){ ?>
- <li><?php echo $feed; ?></li>
+ <ul>
+ <?php foreach ($feeds as $feed){ ?>
+ <li><?php echo $feed; ?></li>
<?php } ?>
- </ul>
- </div>
+ </ul>
+ </div>
<?php } ?>
</div>