Sequenzia/app/views/tag_subscription/_user_listing.php

10 lines
307 B
PHP
Raw Normal View History

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