mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-09 03:20:21 +00:00
removed or from admin/show_more.html.haml and split_checkout/_guest.html.haml
This commit is contained in:
@@ -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' } }
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user