mirror of
https://github.com/Steffo99/estus.git
synced 2024-11-21 15:14:19 +00:00
Add add button on user page-header
This commit is contained in:
parent
988dc88e71
commit
950973c76d
1 changed files with 1 additions and 1 deletions
|
@ -4,12 +4,12 @@
|
|||
<div class="page-header">
|
||||
<h1>
|
||||
Utenti dell'inventario
|
||||
<a class="btn btn-success" href="/user_add"><span class="glyphicon glyphicon-plus"></span> Aggiungi</a>
|
||||
</h1>
|
||||
</div>
|
||||
<div class="alert alert-info">
|
||||
<b>Siete al sicuro!</b> Tutte le password degli utenti di questo inventario vengono hashate e saltate con bcrypt!
|
||||
</div>
|
||||
<a class="btn btn-success" href="/user_add"><span class="glyphicon glyphicon-plus"></span> Aggiungi</a>
|
||||
<table class="table table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue