FIX: close link in shared conversation model (#1007)

This commit is contained in:
Kris 2024-12-05 15:19:36 -05:00 committed by GitHub
parent 5ba274f7a5
commit 70fae2b699
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class SharedAiConversation < ActiveRecord::Base
break break
end end
end end
html << "<a href='#{url}'>#{I18n.t("discourse_ai.share_ai.read_more")}<a>" html << "<a href='#{url}'>#{I18n.t("discourse_ai.share_ai.read_more")}</a>"
html html
end end