5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 20:46:21 +00:00

fix: poder ir al perfil

This commit is contained in:
f 2024-03-06 17:36:13 -03:00
parent 00f865f315
commit 7aa14bd292
No known key found for this signature in database

View file

@ -1,5 +1,7 @@
-# Componente Remote_Profile -# Componente Remote_Profile
- uri = text_plain(remote_profile['id'])
.py-2 .py-2
%dl %dl
%dt= t('.profile_name') %dt= t('.profile_name')
@ -10,7 +12,7 @@
%dt= t('.profile_id') %dt= t('.profile_id')
%dd %dd
= link_to text_plain(remote_profile['id']) = link_to uri, uri
- if remote_profile['published'].present? - if remote_profile['published'].present?
%dt= t('.profile_published') %dt= t('.profile_published')