mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 13:48:25 -04:00
Revert "Convert all links to govuk frontend"
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user