summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose/reply_section.hbs
blob: 45203d87bffe79b346dfb82b8858633b8c9df96b (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>