summaryrefslogtreecommitdiff
path: root/web-ui
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2015-04-17 12:42:50 -0300
committerGabriel Albo <gabriel@albo.com.br>2015-04-22 10:14:36 -0300
commit83fb5c79e4557f3d82ffbe4dee709b1dde1655b7 (patch)
tree04ede9ea7f7859ee82c82ca400b0cfffeeafd033 /web-ui
parente64ba18ad99e54ec9addbab63ed2e1ef9e62a704 (diff)
Removing compose box form input order message from the top
Diffstat (limited to 'web-ui')
-rw-r--r--web-ui/app/templates/compose/compose_box.hbs3
1 files changed, 0 insertions, 3 deletions
diff --git a/web-ui/app/templates/compose/compose_box.hbs b/web-ui/app/templates/compose/compose_box.hbs
index 300f8049..d5501e69 100644
--- a/web-ui/app/templates/compose/compose_box.hbs
+++ b/web-ui/app/templates/compose/compose_box.hbs
@@ -1,9 +1,6 @@
<button class="close-mail-button">
<i class="fa fa-times"></i>
</button>
-<div class="tip-msg">
- <i class="fa fa-lightbulb-o"></i>{{t "Don't worry about recipients right now, you'll be able to add them just before sending." }}
-</div>
<input type="text" id="subject" value="{{subject}}" placeholder="{{t 'Subject'}}" tabindex="1"/>
<textarea id="text-box" placeholder="{{t 'Body'}}" tabindex="2">{{body}}</textarea>