Sequenzia/app/views/tag_subscription/_user_listing.php

10 lines
314 B
PHP
Raw Normal View History

2014-01-12 13:05:06 +01:00
<?php if ($this->user->tag_subscriptions->none()) : ?>
2013-10-27 01:06:58 +02:00
<?= $this->t('sub_none') ?>
<?php else: ?>
2014-01-12 13:05:06 +01:00
<?= $this->tag_subscription_listing($this->user) ?>
2013-10-27 01:06:58 +02:00
<?php endif ?>
<?php if (current_user()->id == $this->user->id) : ?>
(<?= $this->linkTo($this->t('sub_edit'), 'tag_subscription#index') ?>)
<?php endif ?>