mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
Fix bad tags in message.handlebars
(imported from commit 507d5ce1666e66f613ccef8932c0a51ce3c94aa8)
This commit is contained in:
@@ -147,7 +147,6 @@
|
||||
<span class="topic_edit_form" id="{{id}}"></span>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
{{else}}
|
||||
<td class="message_header_colorblock message_header_private_message" style="background-color: {{background_color}};"></td>
|
||||
<td class="message_header message_header_private_message right_part dark_background">
|
||||
@@ -158,8 +157,8 @@
|
||||
title="Narrow to your private messages with {{display_reply_to}}">
|
||||
You and {{display_reply_to}}</span>
|
||||
</td>
|
||||
</tr>
|
||||
{{/if}}
|
||||
</tr>
|
||||
{{/include_recipient}}
|
||||
<tr zid="{{id}}" id="{{dom_id}}"
|
||||
class="message_row{{^is_stream}} private-message{{/is_stream}}{{#include_sender}} include-sender{{/include_sender}}{{#contains_mention}} mention{{/contains_mention}}{{#include_footer}} last_message{{/include_footer}}{{#unread}} unread{{/unread}} selectable_row">
|
||||
@@ -179,7 +178,7 @@
|
||||
<div class="message_controls">
|
||||
<div class="star">
|
||||
<span class="message_star {{#if starred}}icon-vector-star{{else}}icon-vector-star empty-star{{/if}}"
|
||||
title="{{#if starred}}Unstar{{else}}Star{{/if}} this message"></i>
|
||||
title="{{#if starred}}Unstar{{else}}Star{{/if}} this message"></span>
|
||||
</div>
|
||||
<div class="info actions_hover">
|
||||
<i class="icon-vector-chevron-down"></i>
|
||||
|
||||
Reference in New Issue
Block a user