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:
parent
00f865f315
commit
7aa14bd292
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
-# Componente Remote_Profile
|
||||
|
||||
- uri = text_plain(remote_profile['id'])
|
||||
|
||||
.py-2
|
||||
%dl
|
||||
%dt= t('.profile_name')
|
||||
|
@ -10,7 +12,7 @@
|
|||
|
||||
%dt= t('.profile_id')
|
||||
%dd
|
||||
= link_to text_plain(remote_profile['id'])
|
||||
= link_to uri, uri
|
||||
|
||||
- if remote_profile['published'].present?
|
||||
%dt= t('.profile_published')
|
||||
|
|
Loading…
Reference in a new issue