From 4ef7b2c651e20f147719f3ff0bec0dc6bfd7ea2c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 2 Jun 2017 19:26:33 +0100 Subject: [PATCH] Remove duplicate size specification for user image Either the size or the width and height can be passed but passing both doesn't make any sense and in rails 5.0 will error. --- app/views/layouts/_header.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index a8811c6c9..2b7d6313e 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -57,7 +57,7 @@ <% if @user && @user.id %>