Revert "Convert all links to govuk frontend"

This commit is contained in:
Tom Byers
2020-02-24 11:56:38 +00:00
committed by GitHub
parent ae1b2d4c63
commit 5b306dde4d
163 changed files with 548 additions and 521 deletions

View File

@@ -16,11 +16,11 @@
{% block maincolumn_content %}
<h1 class="heading-large">
<a class="govuk-link govuk-link--no-visited-state" href="http://www.notify.works/_styleguide" style="text-decoration: none;">www.notify.works/_styleguide</a>
<a href="http://www.notify.works/_styleguide" style="text-decoration: none;">www.notify.works/_styleguide</a>
</h1>
<p>
<a class="govuk-link govuk-link--no-visited-state" href="https://github.com/alphagov/notifications-admin/blob/master/app/templates/views/styleguide.html">View source</a>
<a href="https://github.com/alphagov/notifications-admin/blob/master/app/templates/views/styleguide.html">View source</a>
</p>
<h2 class="heading-large">Banner</h2>
@@ -125,7 +125,7 @@
{{ boolean_field(True) }}
{{ boolean_field(False) }}
{% call field(align='right') %}
<a class="govuk-link govuk-link--no-visited-state" href="#">Change</a>
<a href="#">Change</a>
{% endcall %}
{% endcall %}
{% endcall %}
@@ -173,7 +173,7 @@
{% endcall %}
{% endcall %}
<p class="table-show-more-link">
<a class="govuk-link govuk-link--no-visited-state" href="#">Add a job now</a>
<a href="#">Add a job now</a>
</p>
</div>
</div>