aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-07-28 17:46:03 -0400
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-07-28 17:46:03 -0400
commit2739817cfb1fde24ca4470e24fcbaa93d16e0530 (patch)
treee2b35c53c73df6afc04c7fb0b28c8632c6c3e46a
parent84dcd25d89a85c00df39d70525aa6d401a69b005 (diff)
Small fixes to follow @marienfressinaud recommandations (take 2)
-rw-r--r--app/views/stats/repartition.phtml18
1 files changed, 9 insertions, 9 deletions
diff --git a/app/views/stats/repartition.phtml b/app/views/stats/repartition.phtml
index 26b20e424..7eb858a64 100644
--- a/app/views/stats/repartition.phtml
+++ b/app/views/stats/repartition.phtml
@@ -1,32 +1,32 @@
-<?php $this->partial ('aside_stats'); ?>
+<?php $this->partial('aside_stats'); ?>
<div class="post content">
- <a href="<?php echo _url ('index', 'index'); ?>"><?php echo _t ('back_to_rss_feeds'); ?></a>
+ <a href="<?php echo _url('index', 'index'); ?>"><?php echo _t('back_to_rss_feeds'); ?></a>
<?php if ($this->feed) {?>
<h1>
- <?php echo _t ('stats_repartition'), " - "; ?>
- <a href="<?php echo _url ('configure', 'feed', 'id', $this->feed->id()); ?>"
- title="<?php echo date ('Y-m-d', $feed['last_date']); ?>">
+ <?php echo _t('stats_repartition'), " - "; ?>
+ <a href="<?php echo _url('configure', 'feed', 'id', $this->feed->id()); ?>"
+ title="<?php echo date('Y-m-d', $feed['last_date']); ?>">
<?php echo $this->feed->name(); ?>
</a>
</h1>
<?php } else {?>
- <h1><?php echo _t ('stats_repartition'); ?></h1>
+ <h1><?php echo _t('stats_repartition'); ?></h1>
<?php }?>
<div class="stat">
- <h2><?php echo _t ('stats_entry_per_hour'); ?></h2>
+ <h2><?php echo _t('stats_entry_per_hour'); ?></h2>
<div id="statsEntryPerHour" style="height: 300px"></div>
</div>
<div class="stat">
- <h2><?php echo _t ('stats_entry_per_day_of_week'); ?></h2>
+ <h2><?php echo _t('stats_entry_per_day_of_week'); ?></h2>
<div id="statsEntryPerDayOfWeek" style="height: 300px"></div>
</div>
<div class="stat">
- <h2><?php echo _t ('stats_entry_per_month'); ?></h2>
+ <h2><?php echo _t('stats_entry_per_month'); ?></h2>
<div id="statsEntryPerMonth" style="height: 300px"></div>
</div>
</div>