From b7b435efc4bda5942a77b12bb32eefd049bb1d30 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 27 Jan 2025 15:33:31 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20poder=20visitar=20la=20p=C3=A1gina?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/posts/attribute_ro/_permalink.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/attribute_ro/_permalink.haml b/app/views/posts/attribute_ro/_permalink.haml index 67642e2c..13f878c6 100644 --- a/app/views/posts/attribute_ro/_permalink.haml +++ b/app/views/posts/attribute_ro/_permalink.haml @@ -1,3 +1,3 @@ %tr{ id: attribute } %th= post_label_t(attribute, post: post) - %td{ dir: dir, lang: locale }= metadata.value + %td{ dir: dir, lang: locale }= link_to post.absolute_url, post.absolute_url, target: '_blank', rel: 'noopener'