mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Remove full quotes of direct replies. (#6729)
This commit is contained in:
committed by
Régis Hanol
parent
df3bb07ec6
commit
41e184280d
@@ -335,7 +335,7 @@ describe UsernameChanger do
|
||||
Lorem ipsum
|
||||
|
||||
[quote="foo, post:1, topic:#{quoted_post.topic.id}"]
|
||||
quoted post
|
||||
quoted
|
||||
[/quote]
|
||||
RAW
|
||||
end
|
||||
@@ -345,7 +345,7 @@ describe UsernameChanger do
|
||||
Lorem ipsum
|
||||
|
||||
[quote="bar, post:1, topic:#{quoted_post.topic.id}"]
|
||||
quoted post
|
||||
quoted
|
||||
[/quote]
|
||||
RAW
|
||||
end
|
||||
@@ -358,7 +358,7 @@ describe UsernameChanger do
|
||||
<div class="quote-controls"></div>
|
||||
<img alt='' width="20" height="20" src="#{avatar_url}" class="avatar"> bar:</div>
|
||||
<blockquote>
|
||||
<p>quoted post</p>
|
||||
<p>quoted</p>
|
||||
</blockquote>
|
||||
</aside>
|
||||
HTML
|
||||
|
||||
Reference in New Issue
Block a user