Commit 2eaa1892 authored by Thibaut Vallee's avatar Thibaut Vallee
Browse files

hormanisation mise en page des libs Laminas/BS-5

parent 3e1a1f8a
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ if (!isset($options['droits']) OR !isset($options['droits']['supprimer'])) {
        <th> Statut </th>
        <th> Sujet </th>
        <th> Infos </th>
        <th> Action </th>
        <th class="col-md-1 text-end"> Action </th>
    </tr>
    </thead>
    <tbody>
@@ -79,7 +79,7 @@ if (!isset($options['droits']) OR !isset($options['droits']['supprimer'])) {
                    </ul>
                <?php endif; ?>
            </td>
            <td>
            <td class="text-end">
                <?php if ($canAfficher) : ?>
                    <?php /** @see \UnicaenMail\Controller\MailController::afficherAction() */?>
                    <a href="<?php echo $this->url('mail/afficher', ['mail' => $mail->getId()], [], true); ?>"