From f0bc5d01e887f8b7295c6fa3987085dc41236d9d Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Wed, 21 May 2025 02:11:24 +0300 Subject: [PATCH] Use dir="auto" for comments on element browse pages --- app/views/browse/_common_details.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/browse/_common_details.html.erb b/app/views/browse/_common_details.html.erb index bf6c270cf..242a18e2d 100644 --- a/app/views/browse/_common_details.html.erb +++ b/app/views/browse/_common_details.html.erb @@ -7,7 +7,7 @@ #<%= link_to_unless_current common_details.version, :controller => "old_#{@type.pluralize}", :action => :show, :version => common_details.version %> -

+

<% if common_details.changeset.tags["comment"].present? %> <%= linkify(common_details.changeset.tags["comment"]) %> <% else %> -- 2.39.5