diff --git a/client/app/app.scss b/client/app/app.scss
index ac6340e745d4edc5b536a657caddb381470492b4..e948654194e2545784dc9c1a92053226076a4e89 100644
--- a/client/app/app.scss
+++ b/client/app/app.scss
@@ -22,6 +22,10 @@ $masculino-color: #57b6ff;
.input-group {
margin-bottom: 10px;
}
+.header-button{
+ margin-top: 20px;
+ margin-bottom: 10px;
+}
// Component styles are injected through grunt
// injector
diff --git a/client/app/cargos/cargos.lista.html b/client/app/cargos/cargos.lista.html
index 494e9667719572aac9218fa00db35edcd1f03bfc..b8c2ea57d6c742dbbbb257e4cec80bfea1b88242 100644
--- a/client/app/cargos/cargos.lista.html
+++ b/client/app/cargos/cargos.lista.html
@@ -1,14 +1,21 @@
-
-
-
+
+
+
{{alerta.mensaje}}
-
-
-
+
@@ -21,7 +28,8 @@
{{cargo.nombre}} |
-
+
|
diff --git a/client/app/cargos/cargos.scss b/client/app/cargos/cargos.scss
index bc8686d13d7a26d6c4df0843ca53e788170ebebd..6e5c114c7d1c1f606274895a4e437622d664cb10 100644
--- a/client/app/cargos/cargos.scss
+++ b/client/app/cargos/cargos.scss
@@ -1,20 +1,3 @@
-tags-input .tags .tag-item {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- display: inline-block;
- white-space: nowrap;
- margin: -1px 5px 5px 0;
- height: 22px;
- vertical-align: top;
- cursor: default;
- color: #767676;
- background-color: #fff;
- border-color: #ccc;
-}
.modal-header-success {
color:#fff;
padding:9px 15px;
diff --git a/client/app/postulantes/editar/postulantes.editar.controller.js b/client/app/postulantes/editar/postulantes.editar.controller.js
index cf85076eb049502cd12b73c57b203ec07e4d4c70..3576cf44429f5e60e056e7f776807a70a5ac6ae0 100644
--- a/client/app/postulantes/editar/postulantes.editar.controller.js
+++ b/client/app/postulantes/editar/postulantes.editar.controller.js
@@ -122,7 +122,7 @@
this.tagService.getTags()
.then(tags=> {
this.tags = tags;
- return this.tags.rows.filter(x=>x.includes(query));
+ return this.tags.rows.filter(x=>x.nombre.includes(query));
})
}
else return this.tags.rows.filter(x=>x.nombre.includes(query));
diff --git a/client/app/postulantes/postulantes.controller.js b/client/app/postulantes/postulantes.controller.js
index 0bfebfcadd25768c530606e6f74992830876bf50..f77606c1c25f0e2ab52ed2835587c1e31ff50292 100644
--- a/client/app/postulantes/postulantes.controller.js
+++ b/client/app/postulantes/postulantes.controller.js
@@ -53,7 +53,7 @@
else {
this.service.getPostulantes({
pagina: this.paginaActual,
- elementos: 15,
+ elementos: 10,
ordenarPor: this.ordenarPor,
orden: this.ordenDescendente
})
@@ -78,7 +78,7 @@
this.tagService.getTags()
.then(tags=> {
this.tags = tags;
- return this.tags.rows.filter(x=>x.includes(query));
+ return this.tags.rows.filter(x=>x.nombre.includes(query));
})
}
else return this.tags.rows.filter(x=>x.nombre.includes(query));
@@ -91,7 +91,7 @@
});
this.service.getPostulantes({
pagina: this.paginaActual,
- elementos: 15,
+ elementos: 10,
ordenarPor: this.ordenarPor,
orden: this.ordenDescendente,
incluye: [{entidad: 'Tags', buscar: palabras}]
diff --git a/client/app/postulantes/postulantes.lista.html b/client/app/postulantes/postulantes.lista.html
index f206e3a52bb3d842559502f4a13964026ade7b41..90feaac2c2d4bc06261c1462907fbe46385ed939 100644
--- a/client/app/postulantes/postulantes.lista.html
+++ b/client/app/postulantes/postulantes.lista.html
@@ -1,18 +1,21 @@
-
+
{{alerta.mensaje}}
-
-
-
-
-
-
+
{{postulante.nombres}} |
{{postulante.apellidos}} |
-
-
-
+ |
+
|
diff --git a/client/components/navbar/navbar.html b/client/components/navbar/navbar.html
index e0777385ab6fb6003b5702e44a5858b597f4f97c..08d2b8d0c8cadc990ed7eb5702487d831fc79a0b 100644
--- a/client/components/navbar/navbar.html
+++ b/client/components/navbar/navbar.html
@@ -1,4 +1,4 @@
-