diff --git a/app/assets/stylesheets/components/page-footer.scss b/app/assets/stylesheets/components/page-footer.scss index 31e7e5ab0..04b6a31b1 100644 --- a/app/assets/stylesheets/components/page-footer.scss +++ b/app/assets/stylesheets/components/page-footer.scss @@ -39,6 +39,10 @@ } + &-delete-link-without-button { + padding-left: 0; + } + &-secondary-link { display: block; margin-top: $gutter; diff --git a/app/templates/components/page-footer.html b/app/templates/components/page-footer.html index bdd5be23f..5dcc69e4f 100644 --- a/app/templates/components/page-footer.html +++ b/app/templates/components/page-footer.html @@ -17,7 +17,7 @@ {{ back_link_text }} {% endif %} {% if delete_link %} - + {{ delete_link_text }} {% endif %} diff --git a/app/templates/views/templates/template.html b/app/templates/views/templates/template.html index d12d331a8..ab564ef2b 100644 --- a/app/templates/views/templates/template.html +++ b/app/templates/views/templates/template.html @@ -23,7 +23,7 @@ {% if template._template.updated_at %} -
+

Last edited {{ template._template.updated_at|format_delta }}

See previous versions