Sequenzia/app/views/tag_subscription/create.js.php
2014-01-12 10:09:26 -05:00

6 lines
343 B
PHP
Executable File

<?php if ($this->tag_subscription) : ?>
$('tag-subscription-body').insert({ bottom: '<?= $this->escapeJavascript($this->partial('listing_row', ['tag_subscription' => $this->tag_subscription])) ?>'});
<?php else: ?>
notice('<?= "You can only create up to " . CONFIG()->max_tag_subscriptions . " tag subscriptions" ?>');
<?php endif ?>