From 41fb640f927afd8a12d758509a131b3a13107993 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Mon, 29 May 2017 09:58:37 +0200 Subject: [PATCH] Add missing data-equalizer-watch attribute Why: * There is a data-equalizer attribute on the parent div, and a data-equalizer-watch on a sibiling div, and that breakes both the purpose of those values (Resize child elements of data-equalizer to have the same height. Ref: http://foundation.zurb.com/sites/docs/equalizer.html) * That lack of attribute was breaking many specs consistently on localhost with phantomjs 2.1.1 on macos sierra (and ubuntu as reported by @amaia) How: * Just adding the missing 'data-equalizer-watch' attribute on the div child of the one using 'data-equalizer' --- app/views/layouts/admin.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index 198bf3adf..79ae4f090 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb @@ -31,7 +31,7 @@ <%= render 'layouts/admin_header' %>
-
+