Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
don
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LQDN Adminsys
don
Commits
2cd1f724
Commit
2cd1f724
authored
Nov 06, 2018
by
Marne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check dans le cas ou il n'y a pas d'adresse
parent
0da381e1
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/view/user/perso.html
app/view/user/perso.html
+2
-2
No files found.
app/view/user/perso.html
View file @
2cd1f724
...
...
@@ -370,12 +370,12 @@
</div>
</div>
<!-- / Hoopi -->
</check>
<check
if=
"{{ count(@adresses) < 1
0
}}"
>
<check
if=
"{{ count(@adresses) < 1 }}"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<h3>
Veuillez ajouter une adresse postale
<a
href=
"#headingInfos"
for=
"adresses"
>
ici
</a></h3>
</div>
</check>
<check
if=
"{{ count(@adresses) >
1
0 }}"
>
<check
if=
"{{ count(@adresses) > 0 }}"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<!-- Adresse -->
<div
class=
"form-group form-inline"
>
<label
for=
"adresses"
>
{{ _("Envoyer à l'adresse :")}}
</label>
...
...
Write
Preview
Markdown
is supported
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