From e8c878d0f328276817c40aef208f5d1f7259546b Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Mon, 1 Apr 2019 14:57:34 +0200 Subject: [PATCH] UI Blog: Light background color and border for edit bar. Makes it stand out more especially when there is no image in the post. --- src/templates/nodes/custom/blog/_macros.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/nodes/custom/blog/_macros.pug b/src/templates/nodes/custom/blog/_macros.pug index 35a97fd..0d49289 100644 --- a/src/templates/nodes/custom/blog/_macros.pug +++ b/src/templates/nodes/custom/blog/_macros.pug @@ -77,7 +77,7 @@ a.card.asset.card-image-fade( | {% macro render_blog_index(current_post, project, posts, can_create_blog_posts, api, more_posts_available, posts_meta, pages=None) %} | {% if can_create_blog_posts or (current_post and current_post.has_method('PUT')) %} -+nav-secondary ++nav-secondary(class="bg-light border-bottom") | {% if can_create_blog_posts %} +nav-secondary-link(href="{{url_for('nodes.posts_create', project_id=project._id)}}") i.pi-plus.pr-2