Fix bad tags in message.handlebars

(imported from commit 507d5ce1666e66f613ccef8932c0a51ce3c94aa8)
This commit is contained in:
Steve Howell
2013-10-08 07:09:12 -04:00
parent dfcc974d5f
commit ffaa8c4d76

View File

@@ -147,7 +147,6 @@
<span class="topic_edit_form" id="{{id}}"></span> <span class="topic_edit_form" id="{{id}}"></span>
</span> </span>
</td> </td>
</tr>
{{else}} {{else}}
<td class="message_header_colorblock message_header_private_message" style="background-color: {{background_color}};"></td> <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"> <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}}"> title="Narrow to your private messages with {{display_reply_to}}">
You and {{display_reply_to}}</span> You and {{display_reply_to}}</span>
</td> </td>
</tr>
{{/if}} {{/if}}
</tr>
{{/include_recipient}} {{/include_recipient}}
<tr zid="{{id}}" id="{{dom_id}}" <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"> 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="message_controls">
<div class="star"> <div class="star">
<span class="message_star {{#if starred}}icon-vector-star{{else}}icon-vector-star empty-star{{/if}}" <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>
<div class="info actions_hover"> <div class="info actions_hover">
<i class="icon-vector-chevron-down"></i> <i class="icon-vector-chevron-down"></i>