Browse Source

removed link stats from links list

pull/1/head
Rob Colbert 3 years ago
parent
commit
0e932814ec
  1. 6
      app/views/link/components/list-item.pug

6
app/views/link/components/list-item.pug

@ -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",

Loading…
Cancel
Save