added link to Post->Moderate

This commit is contained in:
Parziphal 2013-12-02 19:23:42 -05:00
parent 60e4a1229f
commit 781ecab67c

View File

@ -16,6 +16,9 @@
<li><?= $this->linkTo($this->t('static11'), 'post#deleted_index') ?></li>
<li><?= $this->linkTo($this->t('static12'), 'history#index') ?></li>
<li><?= $this->linkTo($this->t('static13'), 'post#upload') ?></li>
<?php if (current_user()->is_mod_or_higher()) : ?>
<li><?= $this->linkTo($this->t('static13a'), 'post#moderate') ?></li>
<?php endif ?>
<?php if (current_user()->is_admin()) : ?>
<li><?= $this->linkTo('Import', 'post#import') ?></li>
<?php endif ?>