Rename Locales and Templates folders to be more consistent

This commit is contained in:
Frédéric Guillot
2014-10-24 22:51:30 -04:00
parent 180efb962c
commit 90e0616299
132 changed files with 16 additions and 16 deletions

View File

@@ -0,0 +1,22 @@
<div class="config-show-sidebar">
<h2><?= t('Actions') ?></h2>
<div class="config-show-actions">
<ul>
<li>
<?= Helper\a(t('About'), 'config', 'index') ?>
</li>
<li>
<?= Helper\a(t('Application settings'), 'config', 'application') ?>
</li>
<li>
<?= Helper\a(t('Board settings'), 'config', 'board') ?>
</li>
<li>
<?= Helper\a(t('Webhooks'), 'config', 'webhook') ?>
</li>
<li>
<?= Helper\a(t('API'), 'config', 'api') ?>
</li>
</ul>
</div>
</div>