diff --git a/zephyr/jstemplates/actions_popover_content.html b/zephyr/jstemplates/actions_popover_content.html index beeabf31fa..754d84e8c5 100644 --- a/zephyr/jstemplates/actions_popover_content.html +++ b/zephyr/jstemplates/actions_popover_content.html @@ -10,13 +10,23 @@
- {{#if narrowed}}
  • - - Narrow to messages around this time + + + {{#if message.is_stream}} + Reply to this subject on stream {{message.display_recipient}} + {{else}} + Reply to this private message + {{/if}}
  • - {{/if}} + {{#unless message.is_private}} +
  • + + Reply to {{message.sender_full_name}} only + +
  • + {{/unless}} {{#if message.is_stream}}
  • @@ -40,21 +50,12 @@
  • + {{#if narrowed}}
  • - - - {{#if message.is_stream}} - Reply to this subject on stream {{message.display_recipient}} - {{else}} - Reply to this private message - {{/if}} + + Narrow to messages around this time
  • - {{#unless message.is_private}} -
  • - - Reply to {{message.sender_full_name}} only - -
  • - {{/unless}} + {{/if}} +