mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 12:59:07 +01:00
Properly align the hashes
This commit is contained in:
parent
c7cc0da04b
commit
e18b9518aa
1 changed files with 4 additions and 2 deletions
|
@ -25,8 +25,10 @@
|
||||||
%span.caret
|
%span.caret
|
||||||
= render "actions/comment", comment: comment, answer: a
|
= render "actions/comment", comment: comment, answer: a
|
||||||
- if user_signed_in?
|
- if user_signed_in?
|
||||||
.form-group.has-feedback.comment__input-group.input-group{ name: "ab-comment-new-group",
|
.form-group.has-feedback.comment__input-group.input-group{
|
||||||
data: { a_id: a.id, controller: "character-count", character_count_max_value: 512 } }
|
name: "ab-comment-new-group",
|
||||||
|
data: { a_id: a.id, controller: "character-count", character_count_max_value: 512 }
|
||||||
|
}
|
||||||
%input.form-control.comment__input{ type: :text, placeholder: t(".placeholder"), name: "ab-comment-new", data: { a_id: a.id, "character-count-target": "input" } }
|
%input.form-control.comment__input{ type: :text, placeholder: t(".placeholder"), name: "ab-comment-new", data: { a_id: a.id, "character-count-target": "input" } }
|
||||||
%span.text-muted.form-control-feedback.comment__character-count{ id: "ab-comment-charcount-#{a.id}", data: { "character-count-target": "counter" } } 512
|
%span.text-muted.form-control-feedback.comment__character-count{ id: "ab-comment-charcount-#{a.id}", data: { "character-count-target": "counter" } } 512
|
||||||
%button.btn.btn-primary.d-none{ type: :button, name: "ab-comment-new-submit", data: { a_id: a.id, "character-count-target": "action" } }= t(".action")
|
%button.btn.btn-primary.d-none{ type: :button, name: "ab-comment-new-submit", data: { a_id: a.id, "character-count-target": "action" } }= t(".action")
|
||||||
|
|
Loading…
Reference in a new issue