Files
zulip/web/templates/compose_banner/topic_moved_banner.hbs
Harsh f2b33fc3ee compose: Add banner when topic is moved and recipient is updated.
This commit adds the INFO compose banner for new channel/topic when the
recipient is updated when topic is moved.

fixes: #33445.
2025-04-13 20:29:58 -07:00

13 lines
584 B
Handlebars

{{#> compose_banner . }}
<p class="banner_message">
{{#tr}}
The topic you were composing to (<z-link></z-link>) was moved, and the destination for your message has been updated to its new location.
{{#*inline "z-link"~}}
<a class="above_compose_banner_action_link" href="{{narrow_url}}">
{{~> ../inline_topic_link_label channel_name=old_stream topic_display_name=orig_topic is_empty_string_topic=is_empty_string_topic~}}
</a>
{{~/inline}}
{{/tr}}
</p>
{{/compose_banner}}