We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d307c15 commit 689516dCopy full SHA for 689516d
main/template/default/gradebook/my_certificates.tpl
@@ -60,12 +60,14 @@
60
<td>{{ row.course }}</td>
61
<td class="text-right">{{ row.score }}</td>
62
<td class="text-center">{{ row.date }}</td>
63
+ {% if allow_export %}
64
<td class="text-right">
65
<a href="{{ row.pdf }}" target="_blank" class="btn btn-primary btn-block">
66
<i class="fa fa-file-pdf-o" aria-hidden="true"></i>
67
{{ 'DownloadCertificatePdf'|get_lang }}
68
</a>
69
</td>
70
+ {% endif %}
71
72
<a href="{{ row.link }}" target="_blank" class="btn btn-default btn-block">
73
<em class="fa fa-external-link"></em> {{ 'Certificate'|get_lang }}
0 commit comments