Skip to content

Commit

Permalink
Fixed poke span in message template
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Bartlett committed Feb 3, 2015
1 parent 71c78ac commit 99526ec
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions templates/includes/js/message.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
{{/unless}}
<div class="lcb-message-meta">
{{#unless fragment}}
<span class="lcb-message-name lcb-room-poke">
{{owner.displayName}}
<span class="lcb-message-username">
@{{owner.username}}
<span class="lcb-message-name">
<span class="lcb-room-poke">
{{owner.displayName}}
<span class="lcb-message-username">
@{{owner.username}}
</span>
</span>
</span>
<time class="lcb-message-time" title="{{posted}}"></time>
Expand All @@ -24,4 +26,4 @@
</div>
</li>
</script>
{% endraw %}
{% endraw %}

0 comments on commit 99526ec

Please sign in to comment.