29 lines
950 B
Plaintext
29 lines
950 B
Plaintext
if user
|
|
include /utilities/comments-new
|
|
.comment-div
|
|
form#comment-form.comment-form
|
|
#comment-circle.circle.comment-initials-container IP
|
|
textarea#comment-message-input(
|
|
contenteditable=""
|
|
type="text"
|
|
placeholder=t('Dodaj komentar...')
|
|
name="comment"
|
|
)
|
|
.verticalLine.mt-1.mb-1
|
|
button#comment-submit-btn(type="button")
|
|
img.img-comment-svg(src="/images/comment.svg" alt=t('Pošlji'))
|
|
= t('Pošlji')
|
|
|
|
#reply-form-container.hide
|
|
form#comment-reply-form.comment-reply-form
|
|
input#comment-quote-id(type="hidden" name="quoteId")
|
|
#reply-circle.circle.comment-initials-container IP
|
|
textarea#comment-reply-input(
|
|
placeholder=t('Dodaj odgovor...')
|
|
type="text"
|
|
)
|
|
.verticalLine.mt-1.mb-1
|
|
button#comment-submit-reply-btn(type="button")
|
|
img(src="/images/fi_down_left.svg" alt=t('Odgovori'))
|
|
= t('Odgovori')
|