diff --git a/basicswap/templates/bids.html b/basicswap/templates/bids.html index 05b71b2..ddc44dd 100644 --- a/basicswap/templates/bids.html +++ b/basicswap/templates/bids.html @@ -201,7 +201,7 @@
Details
- + @@ -238,7 +238,7 @@ Accept - {% endif %} + {% endif %} {% endfor %} @@ -247,33 +247,35 @@ +
-
-
-
- -
-
-
-

Page: {{ filters.page_no }}

+
+
+ {% if filters.page_no > 1 %} +
+ +
+ {% endif %} +
+
+

Page: {{ filters.page_no }}

+
+
+ {% if bids_count > 10 %} +
+ +
+ {% endif %} +
-
-
- -
-
-
+
@@ -283,4 +285,4 @@ {% include 'footer.html' %} - \ No newline at end of file + diff --git a/basicswap/templates/header.html b/basicswap/templates/header.html index c939198..9e50ea9 100644 --- a/basicswap/templates/header.html +++ b/basicswap/templates/header.html @@ -1,3 +1,4 @@ +{% from 'style.html' import notifications_network_offer_svg, notifications_bid_accepted_svg, notifications_unknow_event_svg, notifications_new_bid_on_offer_svg, notifications_close_svg, swap_in_progress_mobile_svg, wallet_svg, page_back_svg, order_book_svg, new_offer_svg, settings_svg, asettings_svg, cog_svg, rpc_svg, debug_svg, explorer_svg, tor_svg, smsg_svg, outputs_svg, automation_svg, shutdown_svg, notifications_svg, debug_nerd_svg, wallet_locked_svg, mobile_menu_svg, wallet_unlocked_svg, tor_purple_svg, sun_svg, moon_svg, swap_in_progress_svg, available_bids_svg, your_offers_svg, bids_received_svg, bids_sent_svg, header_arrow_down_svg %} @@ -91,57 +92,34 @@
- + +
{% if ws_url %}