From c5fe3af9db15c52819c1d8511d001c13fa14f0c4 Mon Sep 17 00:00:00 2001 From: Stella Rouzi Date: Sun, 20 Jul 2014 19:43:16 +0300 Subject: [PATCH] fix: use ruby's way for interpolation --- app/views/devise/registrations/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/devise/registrations/edit.html.haml b/app/views/devise/registrations/edit.html.haml index 65fcec00..c2b89f82 100644 --- a/app/views/devise/registrations/edit.html.haml +++ b/app/views/devise/registrations/edit.html.haml @@ -17,7 +17,7 @@ %h4 Currently the following openIDs are associated with your account - @openids.each do |openid| - %li= openid.provider + ': ' + openid.email + %li= "#{openid.provider}:#{openid.email}" %br - if User.omniauth_providers.present? %h4