updates management's dashboard index
This commit is contained in:
@@ -1,14 +1,6 @@
|
|||||||
<div class="dashboard">
|
<div class="dashboard">
|
||||||
<h2><%= t("management.dashboard.index.title") %></h2>
|
<h2><%= t("management.dashboard.index.title") %></h2>
|
||||||
|
|
||||||
<p>Desde aquí puedes gestionar usuarios a través de las siguientes acciones:</p>
|
<p><%= t("management.dashboard.index.info") %></p>
|
||||||
|
|
||||||
<h3>Usuarios</h3>
|
|
||||||
|
|
||||||
<h3>Crear propuesta</h3>
|
|
||||||
|
|
||||||
<h3>Apoyar propuesta</h3>
|
|
||||||
|
|
||||||
<h3>Imprimir propuestas</h3>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ en:
|
|||||||
dashboard:
|
dashboard:
|
||||||
index:
|
index:
|
||||||
title: Management
|
title: Management
|
||||||
|
info: Here you can manage users through all actions listed in the left menu.
|
||||||
document_number: Document number
|
document_number: Document number
|
||||||
document_type_label: Document type
|
document_type_label: Document type
|
||||||
document_verifications:
|
document_verifications:
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ es:
|
|||||||
dashboard:
|
dashboard:
|
||||||
index:
|
index:
|
||||||
title: Gestión
|
title: Gestión
|
||||||
|
info: Desde aquí puedes gestionar usuarios a través de las acciones listadas en el menú de la izquierda.
|
||||||
document_number: Número de documento
|
document_number: Número de documento
|
||||||
document_type_label: Tipo de documento
|
document_type_label: Tipo de documento
|
||||||
document_verifications:
|
document_verifications:
|
||||||
|
|||||||
Reference in New Issue
Block a user