mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Revert "Convert all links to govuk frontend"
This commit is contained in:
@@ -46,8 +46,8 @@ Inbound Numbers
|
||||
|
||||
{% for value in inbound_num_list.data: %}
|
||||
<tr>
|
||||
<td>{{value.number}}</td>
|
||||
<td>
|
||||
<th style="font-weight:normal;">{{value.number}}</th>
|
||||
<th style="font-weight:normal;">
|
||||
|
||||
{% if value.active %}
|
||||
Active
|
||||
@@ -56,13 +56,13 @@ Inbound Numbers
|
||||
{% else %}
|
||||
Inactive
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
<a href="{{ url_for('main.service_dashboard', service_id=value.service.id) }}" class="govuk-link govuk-link--no-visited-state govuk-!-font-size-24 govuk-!-font-weight-bold">{{ value.service.name }}</a>
|
||||
</td>
|
||||
</th>
|
||||
<th style="font-weight:normal;">
|
||||
<a href="{{ url_for('main.service_dashboard', service_id=value.service.id) }}" class="browse-list-link">{{ value.service.name }}</a>
|
||||
</th>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user