Use common translations for table headings, remove unnecessary class

This commit is contained in:
leigh-mil
2019-08-09 10:47:25 -04:00
parent fa83dfe6bd
commit 14327e9a8b
2 changed files with 7 additions and 8 deletions

View File

@@ -13,9 +13,9 @@
<table>
<thead>
<tr>
<th>{{ "ccpo.name_heading" | translate }}</th>
<th>{{ "ccpo.email_heading" | translate }}</th>
<th>{{ "ccpo.dod_id_heading" | translate }}</th>
<th>{{ "common.name" | translate }}</th>
<th>{{ "common.email" | translate }}</th>
<th>{{ "common.dod_id" | translate }}</th>
</tr>
</thead>
<tbody>
@@ -31,7 +31,7 @@
</div>
{% if user_can(permissions.CREATE_CCPO_USER) %}
<a class="icon-link modal-link" href="{{ url_for('ccpo.add_new_user')}}">
<a class="icon-link" href="{{ url_for('ccpo.add_new_user')}}">
{{ "ccpo.add_user" | translate }} {{ Icon("plus") }}
</a>
{% endif %}