Minor - Fix button in certificate_report

1.10.x
Yannick Warnier 11 years ago
parent 8066d46934
commit f6416c12ab
  1. 2
      main/template/default/gradebook/certificate_report.tpl

@ -109,7 +109,7 @@
</td>
<td>
{% for certificate in student.certificates %}
<a href="{{ _p.web }}certificates/index.php?id={{ certificate.id }}" class="btn">{{ 'Certificate' | get_lang }}</a>
<a href="{{ _p.web }}certificates/index.php?id={{ certificate.id }}" class="btn btn-default"><i class="fa fa-floppy-o"></i> {{ 'Certificate' | get_lang }}</a>
{% endfor %}
</td>
</tr>

Loading…
Cancel
Save