2018-02-03 12:57:38 +01:00
|
|
|
<div class="message_header message_header_stream right_part">
|
|
|
|
<div class="message-header-wrapper">
|
|
|
|
<div class="message-header-contents">
|
|
|
|
{{! stream link }}
|
|
|
|
<a class="message_label_clickable narrows_by_recipient stream_label {{color_class}}"
|
|
|
|
style="background: {{background_color}}; border-left-color: {{background_color}};"
|
|
|
|
href="{{stream_url}}"
|
|
|
|
title="{{#tr this}}Narrow to stream "__display_recipient__"{{/tr}}">
|
|
|
|
{{display_recipient}}
|
|
|
|
</a>
|
|
|
|
{{! topic stuff }}
|
|
|
|
<span class="stream_topic">
|
|
|
|
{{! topic link }}
|
2018-11-13 16:07:10 +01:00
|
|
|
<a class="message_label_clickable narrows_by_topic"
|
2018-02-03 12:57:38 +01:00
|
|
|
href="{{topic_url}}"
|
2018-11-15 17:13:49 +01:00
|
|
|
title="{{#tr this}}Narrow to stream "__display_recipient__", topic "__topic__"{{/tr}}">
|
|
|
|
{{topic}}
|
2018-02-03 12:57:38 +01:00
|
|
|
</a>
|
|
|
|
</span>
|
|
|
|
<span class="recipient_row_date">{{{date}}}</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|