Skip to content
GitLab
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
78a21ab5
Commit
78a21ab5
authored
Nov 26, 2018
by
Okhin
Browse files
Fixing the URL of piplomes
parent
8c8b79e8
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/view/user/perso.html
View file @
78a21ab5
...
...
@@ -150,7 +150,7 @@
<check
if=
"{{ @don.pdf == '' }}"
>
<a
href=
"/cron/piplome/{{ @don.id }}"
>
{{ _("Générer") }}
</a>
<false>
<a
href=
"{{ PIPLOME_URL }}
/
{{ @don.pdf }}.pdf"
target=
"_blank"
>
{{ @pdfs[@don.pdf].decimale }}.pdf
</a>
<a
href=
"{{ PIPLOME_URL }}{{ @don.pdf }}.pdf"
target=
"_blank"
>
{{ @pdfs[@don.pdf].decimale }}.pdf
</a>
</false>
</check>
</td>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment