Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PGPI-entrega
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sergest
PGPI-entrega
Merge requests
!22
cierre_final
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
cierre_final
cierre_cliente
into
master
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
cierre_final
sergest
requested to merge
cierre_cliente
into
master
Jan 4, 2019
Overview
0
Commits
1
Pipelines
0
Changes
3
Created by: berruezo
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4d82a8e8
1 commit,
Jan 16, 2019
3 files
+
24
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
src/templates/incidencias_supervisor.html
+
19
−
0
View file @ 4d82a8e8
Edit in single-file editor
Open in Web IDE
Show full file
@@ -90,6 +90,25 @@
</div>
{% endfor %}
</div>
<div
style=
"border-left: 1px solid grey; height: 70%;"
>
<p
class=
"text-center"
id=
"tituloColumna"
>
Pendientes de Cerrar Cliente
</p>
{% for i in range(incidencias_notif_cierre_cliente|length) %}
<div
class=
"card-deck"
style=
"margin: 1em;"
>
<div
class=
"card"
id=
"card2"
>
<div
class=
"card-body"
>
<a
href=
"/incidencia/{{ incidencias_notif_cierre_cliente[i].id }}"
>
<p
class=
"card-title"
>
{{ incidencias_notif_cierre_cliente[i].titulo }}
</p>
<hr>
<p
class=
"card-text"
>
Descripción:
</p>
<p
class=
"card-text .text-justify"
id=
"card-description"
>
{{ incidencias_notif_cierre_cliente[i].descripcion }}
</p>
<hr>
<p
class=
"card-text"
>
Incidencia abierta por {{ incidencias_notif_cierre_cliente[i].reportadaPor }}
</p>
</a>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
Loading