From b5d06318ae21e3d90d392683669bc4609402b46d Mon Sep 17 00:00:00 2001 From: rob Date: Mon, 4 Jul 2022 19:26:03 -0400 Subject: [PATCH] wip push to Core --- app/views/components/library.pug | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/views/components/library.pug b/app/views/components/library.pug index a176279..0067185 100644 --- a/app/views/components/library.pug +++ b/app/views/components/library.pug @@ -18,4 +18,10 @@ mixin renderCell (label, value, className) - function displayIntegerValue (value) { return numeral(value).format(value > 1000 ? '0,0.0a' : '0,0'); - } \ No newline at end of file + } + +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 \ No newline at end of file