From 22e8850a18963c2232451901503a468d4b9a2e15 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Mon, 9 May 2016 22:43:49 +0000 Subject: [PATCH] templates updated --- src/templates/search_results.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/templates/search_results.html b/src/templates/search_results.html index 1cd8970..1b9e37f 100644 --- a/src/templates/search_results.html +++ b/src/templates/search_results.html @@ -17,7 +17,7 @@

The search term matches key image found in the following transaction

- +
{{>tx_table_head}} {{#key_images}} {{>tx_table_row}} @@ -34,7 +34,7 @@

The search term matches tx public key of the following transaction

-
+
{{>tx_table_head}} {{#tx_public_keys}} {{>tx_table_row}} @@ -51,7 +51,7 @@

The search term matches payment id found in the following transaction(s)

-
+
{{>tx_table_head}} {{#payments_id}} {{>tx_table_row}} @@ -66,7 +66,7 @@

The search term matches encrypted payment id found in the following transaction(s)

-
+
{{>tx_table_head}} {{#encrypted_payments_id}} {{>tx_table_row}} @@ -83,7 +83,7 @@

The search term matches output public key found in the following transaction(s)

-
+
{{>tx_table_head}} {{#output_public_keys}} {{>tx_table_row}}