Sequenzia/app/views/post/favorites.php
2013-10-26 18:06:58 -05:00

9 lines
230 B
PHP
Executable File

<h3><?= $this->t('.title') ?></h3>
<ul>
<?php $this->users.each do |u| ?>
<li><?= linkTo $this->h(u.pretty_name), 'post#index', 'tags' => 'vote:3:#{u.name} order:vote' ?></li>
<?php end ?>
</ul>
<?= $this->partial('footer') ?>