diff --git a/app/assets/stylesheets/components/page-footer.scss b/app/assets/stylesheets/components/page-footer.scss index c1874c397..7d0552d14 100644 --- a/app/assets/stylesheets/components/page-footer.scss +++ b/app/assets/stylesheets/components/page-footer.scss @@ -3,7 +3,7 @@ position: relative; margin-bottom: 30px; - &-delete-link { + &-link { line-height: 40px; padding: 1px 0 0 15px; diff --git a/app/templates/components/page-footer.html b/app/templates/components/page-footer.html index 789318ae7..c4948e4e6 100644 --- a/app/templates/components/page-footer.html +++ b/app/templates/components/page-footer.html @@ -31,7 +31,7 @@ {% endif %} {% if delete_link %} - + {{ delete_link_text }} {% endif %} diff --git a/app/templates/views/find-users/user-information.html b/app/templates/views/find-users/user-information.html index c488856e7..fcc46266e 100644 --- a/app/templates/views/find-users/user-information.html +++ b/app/templates/views/find-users/user-information.html @@ -71,7 +71,7 @@

{% endif %} {% if user.state == 'active' %} - + Archive user diff --git a/app/templates/views/jobs/job.html b/app/templates/views/jobs/job.html index 131ee6b74..19277d36c 100644 --- a/app/templates/views/jobs/job.html +++ b/app/templates/views/jobs/job.html @@ -30,7 +30,7 @@ {% if job.letter_job_can_be_cancelled %}