First full release

This commit is contained in:
Luka Romih
2023-03-10 12:50:23 +01:00
parent 257f3c354f
commit 9867875ef2
285 changed files with 10980 additions and 4692 deletions
@@ -6,20 +6,23 @@ if user
textarea#comment-message-input(
contenteditable=""
type="text"
placeholder="Dodaj komentar..."
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="Pošlji")
| Pošlji
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="Dodaj odgovor..." type="text")
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="Odgovori")
| Odgovori
img(src="/images/fi_down_left.svg" alt=t('Odgovori'))
= t('Odgovori')