mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
message-edit-history: Show channel change before topic change.
This commit is contained in:
committed by
Tim Abbott
parent
29a0d287fc
commit
e6d71cad1f
@@ -27,6 +27,13 @@
|
||||
<div class="message_row{{#unless is_stream}} private-message{{/unless}}" role="listitem">
|
||||
<div class="messagebox">
|
||||
<div class="messagebox-content">
|
||||
{{#if stream_changed}}
|
||||
<div class="message_content message_edit_history_content">
|
||||
<p>{{t "Channel" }}: <span class="highlight_text_inserted">{{ new_stream }}</span>
|
||||
<span class="highlight_text_deleted">{{ prev_stream }}</span>
|
||||
</p>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if topic_edited}}
|
||||
<div class="message_content message_edit_history_content">
|
||||
<p>{{t "Topic" }}:
|
||||
@@ -35,13 +42,6 @@
|
||||
</p>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if stream_changed}}
|
||||
<div class="message_content message_edit_history_content">
|
||||
<p>{{t "Channel" }}: <span class="highlight_text_inserted">{{ new_stream }}</span>
|
||||
<span class="highlight_text_deleted">{{ prev_stream }}</span>
|
||||
</p>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if body_to_render}}
|
||||
<div class="message_content rendered_markdown message_edit_history_content">
|
||||
{{ rendered_markdown body_to_render}}
|
||||
|
Reference in New Issue
Block a user