diff --git a/zephyr/jstemplates/actions_popover_content.html b/zephyr/jstemplates/actions_popover_content.html index 6a768af01c..2812d2a082 100644 --- a/zephyr/jstemplates/actions_popover_content.html +++ b/zephyr/jstemplates/actions_popover_content.html @@ -17,11 +17,28 @@ {{/if}} + + {{#if message.is_stream}} +
  • + + + Narrow to this subject on stream {{message.display_recipient}} + +
  • + {{else}} +
  • + + + Narrow to this private message conversation + +
  • + {{/if}} +
  • {{#if message.is_stream}} - Reply to stream {{message.display_recipient}} on this subject + Reply to this subject on stream {{message.display_recipient}} {{else}} Reply to this private message {{/if}}