summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose/reply_section.hbs
diff options
context:
space:
mode:
authorZara Gebru <zgebru@thoughtworks.com>2016-12-02 15:25:23 +0100
committerZara Gebru <zgebru@thoughtworks.com>2016-12-02 15:25:23 +0100
commitb14833fbb56bcd5bff0750c16fd9214009b955be (patch)
treea1ec621dd5f76d756ac59b72a763a34a2c189387 /web-ui/app/templates/compose/reply_section.hbs
parent688a8b42e8ab7c6d4529b6dda66f40eead07ad02 (diff)
[refactor] move app dir into public dir
Diffstat (limited to 'web-ui/app/templates/compose/reply_section.hbs')
-rw-r--r--web-ui/app/templates/compose/reply_section.hbs6
1 files changed, 0 insertions, 6 deletions
diff --git a/web-ui/app/templates/compose/reply_section.hbs b/web-ui/app/templates/compose/reply_section.hbs
deleted file mode 100644
index 45203d87..00000000
--- a/web-ui/app/templates/compose/reply_section.hbs
+++ /dev/null
@@ -1,6 +0,0 @@
-<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>