diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-04-17 12:42:50 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-04-22 10:14:36 -0300 |
commit | 83fb5c79e4557f3d82ffbe4dee709b1dde1655b7 (patch) | |
tree | 04ede9ea7f7859ee82c82ca400b0cfffeeafd033 /web-ui/app/templates | |
parent | e64ba18ad99e54ec9addbab63ed2e1ef9e62a704 (diff) |
Removing compose box form input order message from the top
Diffstat (limited to 'web-ui/app/templates')
-rw-r--r-- | web-ui/app/templates/compose/compose_box.hbs | 3 |
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> |