summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose
diff options
context:
space:
mode:
authorJefferson Stachelski <jstachel@thoughtworks.com>2015-10-21 17:50:48 -0200
committerJefferson Stachelski <jstachel@thoughtworks.com>2015-10-21 17:50:48 -0200
commit1c149819bd57de8b85351cd4a631a181faac9eee (patch)
tree624c715e3ab83850cd965ed5171cb78d84b80c28 /web-ui/app/templates/compose
parent4d5f54625b13542237bd5a157fc3238828dd1e26 (diff)
parent949885a3ba8ba23a2e7a5785814be08d31708562 (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.hbs4
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>