summaryrefslogtreecommitdiff
path: root/generator/after-bake/src/Template/Adherents/index.ctp
diff options
context:
space:
mode:
Diffstat (limited to 'generator/after-bake/src/Template/Adherents/index.ctp')
-rw-r--r--generator/after-bake/src/Template/Adherents/index.ctp2
1 files changed, 0 insertions, 2 deletions
diff --git a/generator/after-bake/src/Template/Adherents/index.ctp b/generator/after-bake/src/Template/Adherents/index.ctp
index 77d402d..9f62c14 100644
--- a/generator/after-bake/src/Template/Adherents/index.ctp
+++ b/generator/after-bake/src/Template/Adherents/index.ctp
@@ -24,9 +24,7 @@
<li class="heading"><?= __('Actions') ?></li>
<li><?= $this->Html->link(__('New Adherent'), ['action' => 'add']) ?></li>
<li><?= $this->Html->link(__('List Villes'), ['controller' => 'Villes', 'action' => 'index']) ?></li>
- <li><?= $this->Html->link(__('New Ville'), ['controller' => 'Villes', 'action' => 'add']) ?></li>
<li><?= $this->Html->link(__('List Services'), ['controller' => 'Services', 'action' => 'index']) ?></li>
- <li><?= $this->Html->link(__('New Service'), ['controller' => 'Services', 'action' => 'add']) ?></li>
<li><?= $this->Form->postLink(__('Apply routing'),
'https://priv.chd.sx/api/gen_conf.php',
['confirm' => __('Are you sure you want to globally apply routing?')]