4
0
Эх сурвалжийг харах

Fix position of links (updating feed)

See last commit
Marien Fressinaud 11 жил өмнө
parent
commit
3b6b7d08d3

+ 7 - 4
app/views/helpers/feed/update.phtml

@@ -1,10 +1,13 @@
 <div class="post">
 	<h1><?php echo $this->feed->name (); ?></h1>
-	<?php echo $this->feed->description (); ?>
 
-	<a href="<?php echo _url('index', 'index', 'get', 'f_' . $this->feed->id ()); ?>"><?php echo _i('link'); ?> <?php echo _t('filter'); ?></a>
-	<?php echo _t('or'); ?>
-	<a href="<?php echo _url('stats', 'repartition', 'id', $this->feed->id()); ?>"><?php echo _i('stats'); ?> <?php echo _t('stats'); ?></a>
+	<div>
+		<a href="<?php echo _url('index', 'index', 'get', 'f_' . $this->feed->id ()); ?>"><?php echo _i('link'); ?> <?php echo _t('filter'); ?></a>
+		<?php echo _t('or'); ?>
+		<a href="<?php echo _url('stats', 'repartition', 'id', $this->feed->id()); ?>"><?php echo _i('stats'); ?> <?php echo _t('stats'); ?></a>
+	</div>
+
+	<p><?php echo $this->feed->description (); ?></p>
 
 	<?php $nbEntries = $this->feed->nbEntries (); ?>