mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Patching some regressions
This commit is contained in:
@@ -38,15 +38,3 @@
|
||||
%a{"bo-href" => "hub.path"}
|
||||
%i.ofn-i_007-caret-right
|
||||
|
||||
.row.active_table_row.link{"ng-show" => "open()", "bo-if" => "!hub.active"}
|
||||
.columns.small-11
|
||||
%a{"bo-href" => "hub.path", "ofn-empties-cart" => "hub",
|
||||
"active-table-hub-link" => "hub",
|
||||
change: "Change hub to (disabled)", shop: "Shop at (disabled)"}
|
||||
|
||||
.columns.small-1.text-right
|
||||
|
||||
%a{"bo-href" => "hub.path"}
|
||||
%i.ofn-i_007-caret-right
|
||||
|
||||
|
||||
|
||||
@@ -64,6 +64,6 @@ module UIComponentHelper
|
||||
|
||||
def follow_active_table_node(name)
|
||||
expand_active_table_node(name)
|
||||
find(".active_table_node a", text: "Shop at #{name}").click
|
||||
find(".active_table_node a", text: "#{name}").click
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user