5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 04:34:16 +00:00

fix: html_safe en comentarios y descripciones
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
maki 2024-02-15 17:56:12 -03:00
parent 476f0c005f
commit 9634f75870
3 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
%a{href: profile['id']}= profile['preferredUsername']
%p= profile['summary']
%p= profile['summary'].html_safe

View file

@ -21,4 +21,4 @@
%a{ href: comment['inReplyTo'] }= comment['inReplyTo']
.row
.col.p-0
%p= comment['content']
%p= comment['content'].html_safe

View file

@ -3,7 +3,7 @@
- host = "https://#{host}"
%a{ href: host }= instance['title']
%p= instance['description']
%p= instance['description'].html_safe
%p
%span= t('.users')
%span