Patching some regressions

This commit is contained in:
Will Marshall
2014-06-19 14:36:47 +10:00
parent 6e5e202461
commit 34e2170faf
2 changed files with 1 additions and 13 deletions

View File

@@ -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

View File

@@ -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