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
170be69a
Commit
170be69a
authored
Sep 11, 2019
by
Mindiell
Browse files
#88 La récurrence du don est désormais basée sur son statut
parent
41c711f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/view/user/perso.html
View file @
170be69a
...
...
@@ -145,7 +145,10 @@
<tr>
<td>
{{ @don.datec }}
</td>
<td>
{{ @don.somme }}
</td>
<td>
{{ _("Oui")}}
</td>
<check
if=
"{{ @don.status>=100 }}"
>
<true><td>
{{ _("Oui") }}
</td></true>
<false><td>
{{ _("Non") }}
</td></false>
</check>
<td>
<check
if=
"{{ @don.pdf == '' }}"
>
<a
href=
"/cron/piplome/{{ @don.id }}"
>
{{ _("Générer") }}
</a>
...
...
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