diff --git a/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/usr.sbin.apache2 b/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/usr.sbin.apache2 index 8343c25bd0..67ca97926a 100644 --- a/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/usr.sbin.apache2 +++ b/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/usr.sbin.apache2 @@ -307,6 +307,7 @@ /var/www/securedrop/static/i/x_icon-sd_blue.png r, /var/www/securedrop/static/icons/bell.png r, /var/www/securedrop/static/icons/check.png r, + /var/www/securedrop/static/icons/chevron-left.png r, /var/www/securedrop/static/icons/chevron-right.png r, /var/www/securedrop/static/icons/download.png r, /var/www/securedrop/static/icons/edit-user.png r, diff --git a/securedrop/journalist_templates/admin_add_user.html b/securedrop/journalist_templates/admin_add_user.html index bc38aafe02..35523aa311 100644 --- a/securedrop/journalist_templates/admin_add_user.html +++ b/securedrop/journalist_templates/admin_add_user.html @@ -1,7 +1,8 @@ {% extends "base.html" %} {% block body %}

- « {{ gettext('Back to admin interface') }} + + {{ gettext('Back to admin interface') }}

diff --git a/securedrop/journalist_templates/config.html b/securedrop/journalist_templates/config.html index bc5fa3057c..e203d4434c 100644 --- a/securedrop/journalist_templates/config.html +++ b/securedrop/journalist_templates/config.html @@ -1,7 +1,8 @@ {% extends "base.html" %} {% block body %}

- « {{ gettext('Back to admin interface') }} + + {{ gettext('Back to admin interface') }}

{{ gettext('Instance Configuration') }}

diff --git a/securedrop/journalist_templates/edit_account.html b/securedrop/journalist_templates/edit_account.html index 346c04efa1..3556be9d04 100644 --- a/securedrop/journalist_templates/edit_account.html +++ b/securedrop/journalist_templates/edit_account.html @@ -4,7 +4,10 @@ {% if user %} {# Only admins may edit usernames and admin status #}

{{ gettext('Edit user "{user}"').format(user=user.username) }}

-

« {{ gettext('Back to admin interface') }}

+

+ + {{ gettext('Back to admin interface') }} +

{{ gettext('Change Name and Admin Status') }}

diff --git a/securedrop/source_templates/why-journalist-key.html b/securedrop/source_templates/why-journalist-key.html index 2165838ace..c1c484b67c 100644 --- a/securedrop/source_templates/why-journalist-key.html +++ b/securedrop/source_templates/why-journalist-key.html @@ -20,5 +20,8 @@

{{ gettext("Why download the team's public key?") }}

{{ gettext('Important: If you wish to remain anonymous, do not use GPG to sign the encrypted file (with the --sign or -s flag) as this will reveal your GPG identity to us.')|safe }}

-

« {{ gettext('Back to submission page') }}

+

+ + {{ gettext('Back to submission page') }} +

{% endblock %} diff --git a/securedrop/static/icons/chevron-left.png b/securedrop/static/icons/chevron-left.png new file mode 100644 index 0000000000..aeecc0582e Binary files /dev/null and b/securedrop/static/icons/chevron-left.png differ