Replace browse-list links

This commit is contained in:
Tom Byers
2019-12-11 15:29:50 +00:00
parent 61afbe7a8f
commit 58c08ad89b
6 changed files with 15 additions and 21 deletions

View File

@@ -58,11 +58,11 @@ Inbound Numbers
{% endif %}
</th>
<th style="font-weight:normal;">
<a href="{{ url_for('main.service_dashboard', service_id=value.service.id) }}" class="govuk-link govuk-link--no-visited-state browse-list-link">{{ value.service.name }}</a>
<a href="{{ url_for('main.service_dashboard', service_id=value.service.id) }}" class="govuk-link govuk-link--no-visited-state">{{ value.service.name }}</a>
</th>
</tr>
{% endfor %}
</tbody>
</table>
{% endblock %}
{% endblock %}