uktrade/directory-components

View on GitHub
directory_components/templates/directory_components/cta_link.html

Summary

Maintainability
Test Coverage
<a href="{{ url }}" class="cta-link {% if with_arrow %}with-arrow{% endif %}">
  <span>{{ text }}</span>
  {% if with_arrow %}<br>{% endif %}
</a>