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
0d7023da
Verified
Commit
0d7023da
authored
Nov 08, 2018
by
Guinness
Browse files
possibility to download the piplome
parent
1bac82b1
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/view/user/perso.html
View file @
0d7023da
...
...
@@ -160,7 +160,14 @@
<td>
{{ @don.datec }}
</td>
<td>
{{ @don.somme }}
</td>
<td>
{{ _("Oui")}}
</td>
<td></td>
<td>
<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>
</false>
</check>
</td>
</tr>
</repeat>
<repeat
group=
"{{ @dons }}"
value=
"{{ @don }}"
>
...
...
@@ -168,7 +175,15 @@
<td>
{{ @don.datec }}
</td>
<td>
{{ @don.somme }}
</td>
<td>
{{ _("Non")}}
</td>
<td></td>
<td>
<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>
</false>
</check>
</td>
</tr>
</repeat>
<repeat
group=
"{{ @contreparties }}"
value=
"{{ @contrepartie }}"
>
...
...
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