Commit 49d92def authored by Jean-Baptiste Oellers's avatar Jean-Baptiste Oellers
Browse files

Rebase page accueil

parent 4e436256
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -138,6 +138,16 @@ if (file_exists(__DIR__ . '/../../../../../data/home.html')):
                            </form>
                        </section>
                    <?php endif; ?>
                        <section class="section-home section-chemin-decisionnel">
                            <h3><i class="icon-paper-plane"></i>Créer une nouvelle demande de convention</h3>
                            <ul style="font-size: larger; font-weight: bolder;">
                                <?php foreach ($conventionModeles as $conventionModele): ?>
                                    <li>
                                        <a href="<?= $this->url('conventionModeles/instance/instancier', ['id' => $conventionModele->id]) ?>"><?= $conventionModele->nom ?></a>
                                    </li>
                                <?php endforeach; ?>
                            </ul>
                        </section>
                    </section>
                <?php else: ?>
                    <div class="alert alert-warning">
@@ -153,4 +163,3 @@ if (file_exists(__DIR__ . '/../../../../../data/home.html')):
    <?php endif; ?>
    </section>
</div>