Files
term_portal/express/views/utilities/comments-pager.pug
T
2023-03-10 12:50:23 +01:00

14 lines
360 B
Plaintext

//- TODO MARK FOR DELETION
.comments-pager
span#comments-count.comment-count
span
.content-list-pager.d-flex.flex-grow-1.justify-content-end
a(href="#")
img(src="/images/chevron-left.svg" alt="")
a(href="#") 1
a(href="#") 2
a.selected(href="#") 3
a(href="#")
img(src="/images/chevron-right-2.svg" alt="")