summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose
diff options
context:
space:
mode:
authorGislene Pereira <gislene01@gmail.com>2016-01-20 09:39:51 -0300
committerGislene Pereira <gislene01@gmail.com>2016-01-20 09:39:51 -0300
commit127e2279005dcd7cf44d537435f21c7045230ec4 (patch)
treeaf9de0b4220f0433e790ba30d8ff5ce68dd11a22 /web-ui/app/templates/compose
parent02fde83823221779a317dc86793fcdf8fe836b52 (diff)
Revert "Issue #572 - No whitespace between body input and Send when there's no attachment."
This reverts commit 6ac9227214a9d84ef51be072ec888c0c92bf992a.
Diffstat (limited to 'web-ui/app/templates/compose')
-rw-r--r--web-ui/app/templates/compose/compose_box.hbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/templates/compose/compose_box.hbs b/web-ui/app/templates/compose/compose_box.hbs
index fd8a034d..06cc099a 100644
--- a/web-ui/app/templates/compose/compose_box.hbs
+++ b/web-ui/app/templates/compose/compose_box.hbs
@@ -19,7 +19,7 @@
<textarea class="floatlabel" name="body" id="text-box" placeholder="{{t 'Body'}}" tabindex="5">{{body}}</textarea>
</div>
-<div id="attachment-list" class="buttons-group columns {{#unless attachments}}hide{{/unless}}">
+<div id="attachment-list" class="buttons-group columns">
<span class="btn btn-success fileinput-button">
<!-- The file input field used as target for the file upload widget -->
<input id="fileupload" type="file" name="attachment">