Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TFG
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
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
josborg
TFG
Commits
1f9316da
Commit
1f9316da
authored
May 26, 2022
by
josborg
Browse files
Options
Downloads
Patches
Plain Diff
Margenes
parent
df206cc5
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
client/src/app/encuestas-editar/encuestas-editar.component.html
+1
-1
1 addition, 1 deletion
.../src/app/encuestas-editar/encuestas-editar.component.html
client/src/app/preguntas/preguntas.component.html
+2
-2
2 additions, 2 deletions
client/src/app/preguntas/preguntas.component.html
with
3 additions
and
3 deletions
client/src/app/encuestas-editar/encuestas-editar.component.html
+
1
−
1
View file @
1f9316da
...
...
@@ -51,7 +51,7 @@
</fieldset>
<div
class=
"row table-responsive mt-5"
>
<ul
class=
"list-group"
*ngFor=
"let pregunta of encuesta.preguntas; let j = index"
>
<li
class=
"list-group-item mt-
2
"
>
<li
class=
"list-group-item mt-
5
"
>
<div
class=
"row"
>
<div
class=
"col-sm-6"
>
{{pregunta.name}}
...
...
This diff is collapsed.
Click to expand it.
client/src/app/preguntas/preguntas.component.html
+
2
−
2
View file @
1f9316da
...
...
@@ -24,11 +24,11 @@
<p
class=
"fw-bold"
>
{{preguntas[this.i].name}}
</p>
<div
*ngFor=
"let option of preguntas[this.i].opciones"
>
<div
class=
"radio"
>
<div
class=
"radio
mt-5
"
>
<input
class=
"form-check-input"
type=
"radio"
name=
{{preguntas[this.i].id}}
id=
"radio-{{option.id}}"
[(ngModel)]=
"r"
[value]=
"option.id"
required
/>
<label
class=
"form-check-label
mt-5
"
for=
"radio-{{option.id}}"
>
<label
class=
"form-check-label"
for=
"radio-{{option.id}}"
>
{{option.name}}
</label>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment