mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-06 17:30:20 +00:00
FIX: close link in shared conversation model (#1007)
This commit is contained in:
parent
5ba274f7a5
commit
70fae2b699
@ -103,7 +103,7 @@ class SharedAiConversation < ActiveRecord::Base
|
||||
break
|
||||
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
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user