Use double quotes instead of single quotes
This commit is contained in:
parent
3b98117dfa
commit
e1e45b04a3
|
@ -28,7 +28,7 @@
|
|||
- if block.question.present?
|
||||
%p.mb-0= block.question.content
|
||||
- else
|
||||
%p.mb-0.text-muted.font-italic= t('.deleted_question')
|
||||
%p.mb-0.text-muted.font-italic= t(".deleted_question")
|
||||
%p.text-muted.mb-0= t(".blocked", time: time_ago_in_words(block.created_at))
|
||||
.ml-auto.d-inline-flex
|
||||
%button.btn.btn-default.align-self-center{ data: { action: "anon-unblock", target: block.id } }
|
||||
|
|
Loading…
Reference in New Issue