change eye for button view

This commit is contained in:
Cayo Puigdefabregas 2023-11-22 12:25:23 +01:00
parent 10ea4a18a8
commit 08693acb57
2 changed files with 4 additions and 4 deletions

View File

@ -27,8 +27,8 @@
<td>{{ f.get_issued_on }}</td>
<td class="text-center">{{ f.get_status }}</td>
<td>
<a href="{% url 'idhub:user_credential' f.id %}" class="text-primary">
<i class="bi bi-eye"></i>
<a href="{% url 'idhub:user_credential' f.id %}" class="btn btn-green-user rounded-pill">
{% trans 'View' %}
</a>
</td>
</tr>

View File

@ -53,8 +53,8 @@
<td>{{ membership.start_date|default:'' }}</td>
<td>{{ membership.end_date|default:'' }}</td>
<td>
<a href="javascript:void()" class="text-primary">
<i class="bi bi-eye"></i>
<a href="javascript:void()" class="btn btn-green-user rounded-pill">
{% trans 'View' %}
</a>
</td>
</tr>