diff options
author | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-10-21 17:50:48 -0200 |
---|---|---|
committer | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-10-21 17:50:48 -0200 |
commit | 1c149819bd57de8b85351cd4a631a181faac9eee (patch) | |
tree | 624c715e3ab83850cd965ed5171cb78d84b80c28 /web-ui/app/templates/compose | |
parent | 4d5f54625b13542237bd5a157fc3238828dd1e26 (diff) | |
parent | 949885a3ba8ba23a2e7a5785814be08d31708562 (diff) |
Merge branch 'master' of https://github.com/SamuelToh/pixelated-user-agent
Diffstat (limited to 'web-ui/app/templates/compose')
-rw-r--r-- | web-ui/app/templates/compose/fixed_recipient.hbs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web-ui/app/templates/compose/fixed_recipient.hbs b/web-ui/app/templates/compose/fixed_recipient.hbs index 2f773c76..cd6b0c26 100644 --- a/web-ui/app/templates/compose/fixed_recipient.hbs +++ b/web-ui/app/templates/compose/fixed_recipient.hbs @@ -1,6 +1,8 @@ <div class="fixed-recipient"> <span class="recipient-area"> - <div class="recipient-value">{{ address }}</div> + <div class="recipient-value"> + <span>{{ address }}</span> <a class="recipient-del" href="#"/> + </div> </span> <input type="hidden" value="{{ address }}" name="{{ name }}" /> </div> |