Browse Source

wip push to Core

pull/1/head
Rob Colbert 3 years ago
parent
commit
b5d06318ae
  1. 6
      app/views/components/library.pug

6
app/views/components/library.pug

@ -19,3 +19,9 @@ mixin renderCell (label, value, className)
function displayIntegerValue (value) {
return numeral(value).format(value > 1000 ? '0,0.0a' : '0,0');
}
mixin renderBackButton ( )
button(type="button", onclick="window.history.back();").uk-button.uk-button-default
span
i.fas.fa-chevron-left
span(class="uk-visible@s").uk-margin-small-left Back
Loading…
Cancel
Save