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
!31
Muchos cambios, los comento en el pull request
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Muchos cambios, los comento en el pull request
tabla_dinamica
into
master
Overview
0
Commits
1
Pipelines
0
Changes
5
Merged
Muchos cambios, los comento en el pull request
sergest
requested to merge
tabla_dinamica
into
master
Jan 5, 2019
Overview
0
Commits
1
Pipelines
0
Changes
5
Created by: berruezo
Tabla dinámica en info_incidencias
Añadidos estados de incidencias a base de datos
Añadidas categorías a base de datos
Categorías dinámicas en el formulario de registro
Mejor gestión de redirecciones
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
26cafa47
1 commit,
Jan 16, 2019
5 files
+
89
−
81
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
src/templates/add_ti
m
e.html
→
src/templates/add_tie
mpo
.html
+
2
−
2
View file @ 26cafa47
Edit in single-file editor
Open in Web IDE
Show full file
@@ -63,12 +63,12 @@
<div
class=
"addCom"
>
<div
class=
"formuCom"
>
<form
class=
"formCom"
method=
'POST'
action=
'/add_ti
m
e/{{ incidencia.id }}'
>
<form
class=
"formCom"
method=
'POST'
action=
'/add_tie
mpo
/{{ incidencia.id }}'
>
<h4>
Identificador: {{ incidencia.id}}
</h4>
<h4>
Título: {{ incidencia.titulo }}
</h4>
<h5>
Descripción: {{ incidencia.descripcion }}
</h5>
<input
type=
"number"
pattern=
"[1-999]"
name=
"tiempo"
>
<button
type=
"submit"
name=
"action"
value=
"add_ti
m
e"
>
Añadir tiempo
</button>
<button
type=
"submit"
name=
"action"
value=
"add_tie
mpo
"
>
Añadir tiempo
</button>
<button
type=
"submit"
name=
"action"
value=
"cancelar"
>
Cancelar
</button>
</form>
Loading