Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 992876 - Reply icon repeated.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcav committed Apr 16, 2014
1 parent 10ea0c1 commit fe44414
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/email/js/cards/message_reader.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ <h3 class="msg-envelope-subject"></h3>

<ul class="bb-tablist msg-reader-action-toolbar">
<li role="presentation">
<a class="icon msg-delete-btn" role="button"></a>
<button class="icon msg-delete-btn"></button>
</li>
<li role="presentation">
<a class="icon msg-star-btn" role="button"></a>
<button class="icon msg-star-btn"></button>
</li>
<li role="presentation">
<a class="icon msg-move-btn" role="button"></a>
<button class="icon msg-move-btn"></button>
</li>
<li role="presentation">
<a class="icon msg-reply-btn" role="button"></a>
<button class="icon msg-reply-btn"></button>
</li>
</ul>
</div>

0 comments on commit fe44414

Please sign in to comment.