mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-22 04:21:50 +00:00
fix: quitar bordes blancos de _comment.haml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
d829b5b4ae
commit
fb19938361
1 changed files with 5 additions and 5 deletions
|
@ -4,15 +4,15 @@
|
|||
.col-1
|
||||
= render 'components/checkbox'
|
||||
.col-10
|
||||
.row.border.border-white
|
||||
.col.col-1.border.border-white.mr-5
|
||||
.row
|
||||
.col.col-1.mr-5
|
||||
%p= comment['published'].to_datetime.strftime('%m/%d/%Y')
|
||||
.col.border.border-white
|
||||
.col
|
||||
%span.mr-2= t('.source_profile')
|
||||
%a{ href: comment['attributedTo'] }= profile['preferredUsername']
|
||||
.row.border.border-white
|
||||
.row
|
||||
%p.mr-3= t('.reply_to')
|
||||
%span
|
||||
%a{ href: comment['inReplyTo'] }= comment['inReplyTo']
|
||||
.row.border.border-white
|
||||
.row
|
||||
%p= sanitize comment['content']
|
||||
|
|
Loading…
Reference in a new issue