|
|
@ -8,15 +8,11 @@ mixin renderLinksListItem (link) |
|
|
|
.uk-width-expand |
|
|
|
a(href= link.href).uk-button.dtp-button-primary.uk-button-small.uk-border-rounded= link.label |
|
|
|
|
|
|
|
.uk-width-auto |
|
|
|
div(uk-grid).uk-grid-small.uk-flex-middle.uk-text-small.uk-text-muted |
|
|
|
.uk-width-auto unique: #{formatCount(link.stats.uniqueVisitCount)} |
|
|
|
.uk-width-auto total: #{formatCount(link.stats.totalVisitCount)} |
|
|
|
|
|
|
|
.uk-width-auto |
|
|
|
button(type="button", uk-toggle={ target: `#link-editor-${link._id}` }).uk-button.dtp-button-default.uk-button-small |
|
|
|
span |
|
|
|
i.fas.fa-pen |
|
|
|
|
|
|
|
.uk-width-auto |
|
|
|
button( |
|
|
|
type="submit", |
|
|
|