removed or from admin/show_more.html.haml and split_checkout/_guest.html.haml

This commit is contained in:
Deepak Chauhan
2022-01-20 15:35:58 +05:30
parent 018e19c2c8
commit 45660b48bb
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
%div{ ng: { show: "data.length > limit" } }
%input{ type: 'button', value: t(:show_more), ng: { click: 'limit = limit + increment' } }
or
%input{ type: 'button', value: t(:show_all_with_more, num: '{{ data.length - limit }}'), ng: { click: 'limit = data.length' } }

View File

@@ -7,6 +7,6 @@
= t :label_login
-if @order.distributor.allow_guest_orders?
%span.checkout-submit-or
or
%a.button.cancel{href: main_app.checkout_step_path(:details)}
= t :checkout_as_guest