summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose/inline_box.hbs
diff options
context:
space:
mode:
authorGiovane <giovaneliberato@gmail.com>2016-01-25 16:25:26 -0200
committerGiovane <giovaneliberato@gmail.com>2016-01-25 16:25:26 -0200
commit685760ed085d3144511b4a56e2b23dadc6e62c1c (patch)
treed70848501d2780a42e63ef0302b5cc459339b242 /web-ui/app/templates/compose/inline_box.hbs
parent48eea2554803fa18f745d0e9234d950b3da5dbcf (diff)
Enable attachments on inline compose #579
- Extracts the attachents list template to a partial - Enable attachments on reply, reply all and forward
Diffstat (limited to 'web-ui/app/templates/compose/inline_box.hbs')
-rw-r--r--web-ui/app/templates/compose/inline_box.hbs3
1 files changed, 3 insertions, 0 deletions
diff --git a/web-ui/app/templates/compose/inline_box.hbs b/web-ui/app/templates/compose/inline_box.hbs
index 21ab7603..59dc67bc 100644
--- a/web-ui/app/templates/compose/inline_box.hbs
+++ b/web-ui/app/templates/compose/inline_box.hbs
@@ -10,8 +10,11 @@
{{> recipients }}
+{{> attachments_list }}
+
<div class="buttons-group columns">
<button id="send-button" tabindex=6><i class="fa fa-send"></i></button>
+ <span id="attachment-button" tabindex="6"></span>
<button id="trash-button" tabindex=7>{{t 'trash-button'}}<i class="fa fa-trash-o"></i></button>
<div id="draft-save-status"></div>
</div>