summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose/fixed_recipient.hbs
blob: 8b01717c69d117882d30824e42f0cf8b4034dcce (plain)
1
2
3
4
5
6
7
8
<div class="fixed-recipient">
  <span class="recipient-area">
    <div class="recipient-value">
      <span>{{ address }}</span> <a class="recipient-del" href="#" data-label="{{t 'click-to-remove'}}"/>
    </div>
  </span>
  <input type="hidden" value="{{ address }}" name="{{ name }}" />
</div>