change eye for button view
This commit is contained in:
parent
10ea4a18a8
commit
08693acb57
|
@ -27,8 +27,8 @@
|
||||||
<td>{{ f.get_issued_on }}</td>
|
<td>{{ f.get_issued_on }}</td>
|
||||||
<td class="text-center">{{ f.get_status }}</td>
|
<td class="text-center">{{ f.get_status }}</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="{% url 'idhub:user_credential' f.id %}" class="text-primary">
|
<a href="{% url 'idhub:user_credential' f.id %}" class="btn btn-green-user rounded-pill">
|
||||||
<i class="bi bi-eye"></i>
|
{% trans 'View' %}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -53,8 +53,8 @@
|
||||||
<td>{{ membership.start_date|default:'' }}</td>
|
<td>{{ membership.start_date|default:'' }}</td>
|
||||||
<td>{{ membership.end_date|default:'' }}</td>
|
<td>{{ membership.end_date|default:'' }}</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="javascript:void()" class="text-primary">
|
<a href="javascript:void()" class="btn btn-green-user rounded-pill">
|
||||||
<i class="bi bi-eye"></i>
|
{% trans 'View' %}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue