Browse Source

minor UI touch-ups

pull/1/head
Rob Colbert 3 years ago
parent
commit
af883db9c8
  1. 2
      app/views/components/section-title.pug
  2. 3
      app/views/layouts/main-sidebar.pug

2
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
a(href= barButton.url, title= barButton.title).uk-button.uk-button-link.uk-button-small= barButton.label

3
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()
block content-sidebar
+renderPageSidebar()
Loading…
Cancel
Save