From af883db9c8775e50f62771e51b4f67a899bd6787 Mon Sep 17 00:00:00 2001 From: rob Date: Wed, 6 Jul 2022 13:41:35 -0400 Subject: [PATCH] minor UI touch-ups --- app/views/components/section-title.pug | 2 +- app/views/layouts/main-sidebar.pug | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/components/section-title.pug b/app/views/components/section-title.pug index 99c8169..9ed6b2e 100644 --- a/app/views/components/section-title.pug +++ b/app/views/components/section-title.pug @@ -5,4 +5,4 @@ mixin renderSectionTitle (title, barButton) h3.uk-heading-bullet.uk-margin-small= title if barButton .uk-width-auto - a(href= barButton.url, target= "_blank", title= barButton.title).uk-button.uk-button-link.uk-button-small= barButton.label \ No newline at end of file + a(href= barButton.url, title= barButton.title).uk-button.uk-button-link.uk-button-small= barButton.label \ No newline at end of file diff --git a/app/views/layouts/main-sidebar.pug b/app/views/layouts/main-sidebar.pug index acabacd..02cec44 100644 --- a/app/views/layouts/main-sidebar.pug +++ b/app/views/layouts/main-sidebar.pug @@ -6,4 +6,5 @@ block content-container div(class="uk-width-1-1 uk-width-2-3@m") block content div(class="uk-width-1-1 uk-width-1-3@m") - +renderPageSidebar() \ No newline at end of file + block content-sidebar + +renderPageSidebar() \ No newline at end of file