diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss index 0b97e96b1..f63114408 100644 --- a/app/assets/stylesheets/main.scss +++ b/app/assets/stylesheets/main.scss @@ -34,6 +34,11 @@ $path: '/static/images/'; // Dependencies from GOV.UK Frontend, packaged to be specific to this application @import './govuk-frontend/all'; +// Custom overrides +.govuk-link { + font-weight: bold; +} + // Specific to this application @import 'local/typography'; @import 'grids'; diff --git a/app/templates/views/dashboard/dashboard.html b/app/templates/views/dashboard/dashboard.html index 9268b37e3..6c554d515 100644 --- a/app/templates/views/dashboard/dashboard.html +++ b/app/templates/views/dashboard/dashboard.html @@ -46,7 +46,7 @@
{{ current_service.name }} - last 7 days
-
+
diff --git a/app/templates/views/templates/template.html b/app/templates/views/templates/template.html index 3fe2a1493..d7dbf94ae 100644 --- a/app/templates/views/templates/template.html +++ b/app/templates/views/templates/template.html @@ -63,24 +63,29 @@ href="{{ url_for('.view_template_versions', service_id=current_service.id, template_id=template.id) }}">See previous versions + {% endif %} {% if current_user.has_permissions('manage_templates') and user_has_template_permission %} {% if not template._template.archived %} + {% endif %} {% if not template._template.redact_personalisation %} + {% else %}

Personalization is hidden after sending

{% endif %} {% endif %} - +