Skip to content
Snippets Groups Projects
Commit eb05cabd authored by Álvaro Berruezo's avatar Álvaro Berruezo
Browse files

Iconos en el menú lateral

parent c885c90d
Branches menu_usuario
No related tags found
1 merge request!20Iconos en el menú lateral
<div class="list-group list-group-flush w-100 side-icons">
<a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/index">
<span class="material-icons" style="color: black;"></span>
<span class="material-icons" style="color: black;">home</span>
<span class="collapse width align-top side-options">Inicio</span>
</a>
<a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/registrar_incidencia">
<span class="material-icons" style="color: black;"></span>
<span class="material-icons" style="color: black;">library_add</span>
<span class="collapse width align-top side-options">Registrar Incidencia</span>
</a>
<a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/logout">
<span class="material-icons" style="color: black;"></span>
<span class="material-icons" style="color: black;">pregnant_woman</span>
<span class="collapse width align-top side-options">Cerrar Sesión</span>
</a>
</div>
<div class="list-group list-group-flush w-100 side-icons">
<a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/index">
<span class="material-icons" style="color: black;"></span>
<span class="material-icons" style="color: black;">home</span>
<span class="collapse width align-top side-options">Inicio</span>
</a>
<a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/incidencias_cerradas">
<span class="material-icons" style="color: black;"></span>
<span class="material-icons" style="color: black;">delete_forever</span>
<span class="collapse width align-top side-options">Incidencias Cerradas</span>
</a>
<a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/logout">
<span class="material-icons" style="color: black;"></span>
<span class="material-icons" style="color: black;">exit_to_app</span>
<span class="collapse width align-top side-options">Cerrar sesión</span>
</a>
</div>
<div class="list-group list-group-flush w-100 side-icons">
<a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/index">
<span class="material-icons" style="color: black;"></span>
<span class="material-icons" style="color: black;">home</span>
<span class="collapse width align-top side-options">Inicio</span>
</a>
<a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/incidencias_cerradas">
<span class="material-icons" style="color: black;"></span>
<span class="material-icons" style="color: black;">delete_forever </span>
<span class="collapse width align-top side-options">Incidencias Cerradas</span>
</a>
<a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/registrar_incidencia">
<span class="material-icons" style="color: black;"></span>
<span class="material-icons" style="color: black;">library_add</span>
<span class="collapse width align-top side-options">Registrar Incidencia</span>
</a>
<a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/logout">
<span class="material-icons" style="color: black;"></span>
<span class="material-icons" style="color: black;">exit_to_app</span>
<span class="collapse width align-top side-options">Cerrar sesión</span>
</a>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment