diff --git a/app/assets/stylesheets/components/message.scss b/app/assets/stylesheets/components/message.scss index 69baaf689..a0426c916 100644 --- a/app/assets/stylesheets/components/message.scss +++ b/app/assets/stylesheets/components/message.scss @@ -163,5 +163,10 @@ } + &-manage-link { + display: block; + text-align: right; + padding: ($gutter - 2px) 0 0 0; + } } diff --git a/app/templates/views/templates/choose.html b/app/templates/views/templates/choose.html index 29234898d..0b0b0afc3 100644 --- a/app/templates/views/templates/choose.html +++ b/app/templates/views/templates/choose.html @@ -49,7 +49,7 @@ {% else %}
-
+
{{ folder_path( folders=template_folder_path, service_id=current_service.id, @@ -59,14 +59,16 @@ ) }}
{% if current_user.has_permissions('manage_templates') %} -
{% if not can_manage_folders %} - Add new template + {% endif %} {% if can_manage_folders and current_template_folder_id %} - Manage +
+ Manage +
{% endif %} -
{% endif %}