|
@ -1,6 +1,6 @@ |
|
|
mixin renderSidebarLink (link) |
|
|
mixin renderSidebarLink (link) |
|
|
form(method="POST", action=`/link/visit/${link._id}`).uk-form.uk-display-block.uk-width-1-1 |
|
|
form(method="POST", action=`/link/visit/${link._id}`).uk-form.uk-display-block.uk-width-1-1 |
|
|
button(type="submit").uk-button.dtp-button-secondary.uk-display-block.uk-border-rounded.uk-width-1-1= link.label |
|
|
button(type="submit").dtp-link-button.uk-display-block.uk-border-rounded.uk-width-1-1= link.label |
|
|
.uk-text-small.uk-text-center.uk-text-muted |
|
|
.uk-text-small.uk-text-center.uk-text-muted |
|
|
a(href=`/${link.user.username}`).uk-link-reset= link.user.displayName || link.user.username |
|
|
a(href=`/${link.user.username}`).uk-link-reset= link.user.displayName || link.user.username |
|
|
|
|
|
|
|
|