templates updated

This commit is contained in:
moneroexamples 2016-05-09 22:43:49 +00:00
parent 2790abe370
commit 22e8850a18
1 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
<h3>The search term matches key image found in the following transaction</h3>
<table class="center" style="width:80%">
<table class="center" style="width:90%">
{{>tx_table_head}}
{{#key_images}}
{{>tx_table_row}}
@ -34,7 +34,7 @@
<h3>The search term matches tx public key of the following transaction</h3>
<table class="center" style="width:80%">
<table class="center" style="width:90%">
{{>tx_table_head}}
{{#tx_public_keys}}
{{>tx_table_row}}
@ -51,7 +51,7 @@
<h3>The search term matches payment id found in the following transaction(s)</h3>
<table class="center" style="width:80%">
<table class="center" style="width:90%">
{{>tx_table_head}}
{{#payments_id}}
{{>tx_table_row}}
@ -66,7 +66,7 @@
<h3>The search term matches encrypted payment id found in the following transaction(s)</h3>
<table class="center" style="width:80%">
<table class="center" style="width:90%">
{{>tx_table_head}}
{{#encrypted_payments_id}}
{{>tx_table_row}}
@ -83,7 +83,7 @@
<h3>The search term matches output public key found in the following transaction(s)</h3>
<table class="center" style="width:80%">
<table class="center" style="width:90%">
{{>tx_table_head}}
{{#output_public_keys}}
{{>tx_table_row}}