diff --git a/basicswap/templates/header.html b/basicswap/templates/header.html index 9e50ea9..a99af43 100644 --- a/basicswap/templates/header.html +++ b/basicswap/templates/header.html @@ -528,16 +528,15 @@ let json = JSON.parse(event.data); let event_message = 'Unknown event'; if (json['event'] == 'new_offer') { - event_message = '
|
-
+
Date/Time at
|
-
+
Recipient
|
-
+
You get
|
-
+
You Send
|
-
- Rate
+
+ Details
|
@@ -798,135 +798,154 @@ const chart = new Chart(ctx, {
|||||
|---|---|---|---|---|---|---|---|---|---|
|
-
-
-
+ Posted: {{ o[0] }} ago
- Expires in: {{ o[13] }}
- |
+
+
+
+
+ Posted: {{ o[0] }}
+ Expires in: {{ o[13] }}
+ |
- - {{ o[8] }} - | - - - - {% if o[9] == true %} -
-
-
-
-
-
- {{ o[5]|truncate(8, true, '', 0) }} {{ o[3] }}
-
-
- {{ o[3] }}/{{ o[2] }}
- |
-
-
-
- {% else %}
-
-
-
-
-
-
- {{ o[4]|truncate(8, true, '', 0) }} {{ o[2] }}
-
-
-
- {{ o[2] }}/{{ o[3] }}
- |
- {% endif %}
-
-
-
-
- {% if o[9] == true %}
-
-
-
-
-
-
- {{ o[4]|truncate(8,true,'',0) }} {{ o[2] }}
-
-
- {{ o[2] }}/{{ o[3] }}
- |
-
-
-
- {% else %}
-
-
-
-
-
-
- {{ o[5]|truncate(8, true, '', 0) }} {{ o[3] }}
-
-
- {{ o[3] }}/{{ o[2] }}
- |
- {% endif %}
-
-
-
- - - - - - | - - - - - -- {% if o[9]==true %} Edit {% else %} Swap {% endif %} + | + {{ o[8]|truncate(20, true, '...', 0) }} | -
Page: {{ filters.page_no }}
- {% if offers_count > 10 %} + {% if offers_count > 15 %}