|
|
@ -10,10 +10,9 @@ block content |
|
|
|
div(uk-grid).uk-grid-small |
|
|
|
.uk-width-expand |
|
|
|
h3.uk-heading-bullet.uk-margin-small Your links |
|
|
|
if user && user.flags.isAdmin |
|
|
|
.uk-width-auto |
|
|
|
a(href='/dashboard').uk-button.dtp-button-default.uk-button-small |
|
|
|
+renderButtonIcon('fa-tachometer-alt', 'Dashboard') |
|
|
|
.uk-width-auto |
|
|
|
a(href='/dashboard').uk-button.dtp-button-default.uk-button-small |
|
|
|
+renderButtonIcon('fa-tachometer-alt', 'Dashboard') |
|
|
|
.uk-width-auto |
|
|
|
button(type="button", uk-toggle={ target: '#link-editor' }).uk-button.dtp-button-primary.uk-button-small |
|
|
|
+renderButtonIcon('fa-plus', 'Add Link') |
|
|
|