Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit ee90d99

Browse files
committed
Add url to files section of transaction modal
1 parent 2350d96 commit ee90d99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

js/templates/transactionModal.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,11 @@ <h3 class="txt-bright"><%= polyglot.t('CheckExchanges') %> </h3>
775775
</div>
776776
<% } %>
777777
<% if( ob.vendor_order_confirmation.invoice.content_source) { %>
778+
<div class="txt-unleaded fontSize13 textOpacity75 marginTop4">
779+
URL: <a href="<%= ob.vendor_order_confirmation.invoice.content_source.url %>">
780+
<%= ob.vendor_order_confirmation.invoice.content_source.url %>
781+
</a>
782+
</div>
778783
<% if( ob.vendor_order_confirmation.invoice.content_source.password) { %>
779784
<div class="txt-unleaded fontSize13 textOpacity75 marginTop4">
780785
<%= polyglot.t('transactions.Password') %>

0 commit comments

Comments
 (0)