summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose/fixed_recipient.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/templates/compose/fixed_recipient.hbs')
-rw-r--r--web-ui/app/templates/compose/fixed_recipient.hbs6
1 files changed, 6 insertions, 0 deletions
diff --git a/web-ui/app/templates/compose/fixed_recipient.hbs b/web-ui/app/templates/compose/fixed_recipient.hbs
new file mode 100644
index 00000000..2f773c76
--- /dev/null
+++ b/web-ui/app/templates/compose/fixed_recipient.hbs
@@ -0,0 +1,6 @@
+<div class="fixed-recipient">
+ <span class="recipient-area">
+ <div class="recipient-value">{{ address }}</div>
+ </span>
+ <input type="hidden" value="{{ address }}" name="{{ name }}" />
+</div>