summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose/reply_section.hbs
blob: 9e833ffe3f402a5d0a6c5fe81e463cce6abee0b2 (plain)
1
2
3
4
5
6
<div class="reply-container columns small-12 large-12">
  <button id="reply-button" class="column small-12 large-4">{{t 'Reply'}} <i class="fa fa-reply"></i></button>
  <button id="reply-all-button" class="column small-12 large-4">{{t 'Reply to All'}} <i class="fa fa-reply-all"></i></button>
  <button id="forward-button" class="column small-12 large-4">{{t 'Forward'}} <i class="fa fa-mail-forward"></i></button>
  <div id="reply-box" style="display:none"></div>
</div>