mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Test passed, good time to commit
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<ul>
|
||||
{% for service in services_found %}
|
||||
<li class="browse-list-item">
|
||||
<a href="{{url_for('.service_dashboard', service_id=service.id)}}" class="govuk-link govuk-link--no-visited-state">{{ service.name }}</a>
|
||||
<a href="{{url_for('.service_dashboard', service_id=service.id)}}" class="usa-link">{{ service.name }}</a>
|
||||
</li>
|
||||
<hr>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user