From fa21471af626d1bfdb738e1a77e0d5b7fc3d85a3 Mon Sep 17 00:00:00 2001 From: Kushal Pandya Date: Fri, 13 Jan 2017 11:07:21 -0500 Subject: HAMLLint: Fix `UnnecessaryInterpolation` offences --- app/views/profiles/accounts/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/profiles/accounts/show.html.haml') diff --git a/app/views/profiles/accounts/show.html.haml b/app/views/profiles/accounts/show.html.haml index 72f658d1b68..b739689d7d4 100644 --- a/app/views/profiles/accounts/show.html.haml +++ b/app/views/profiles/accounts/show.html.haml @@ -128,7 +128,7 @@ - if @user.solo_owned_groups.present? %p Your account is currently an owner in these groups: - %strong #{@user.solo_owned_groups.map(&:name).join(', ')} + %strong= @user.solo_owned_groups.map(&:name).join(', ') %p You must transfer ownership or delete these groups before you can delete your account. .append-bottom-default -- cgit v1.2.1