Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
don
Commits
c99f98d2
Commit
c99f98d2
authored
Oct 19, 2018
by
Marne
Browse files
Correction (j'avais mis le style du select sur un label)
parent
40d5cac6
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/view/user/perso.html
View file @
c99f98d2
...
...
@@ -282,8 +282,8 @@
</label>
<form
class=
"text-left"
>
<div
class=
"form-group text-left"
>
<label
class=
"form-control"
for=
"taille"
>
{{ _("Taille") }}
</label>
<select
name=
"taille"
>
<label
for=
"taille"
>
{{ _("Taille") }}
</label>
<select
class=
"form-control"
name=
"taille"
>
<repeat
group=
"{{ @atailles }}"
key=
"{{ @key }}"
value=
"{{ @value }}"
>
<option
value=
"{{ @key }}"
>
{{ @value }}
</option>
</repeat>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment