fix: use ruby's way for interpolation

This commit is contained in:
Stella Rouzi 2014-07-20 19:43:16 +03:00
parent be468be5d7
commit c5fe3af9db

View file

@ -17,7 +17,7 @@
%h4 %h4
Currently the following openIDs are associated with your account Currently the following openIDs are associated with your account
- @openids.each do |openid| - @openids.each do |openid|
%li= openid.provider + ': ' + openid.email %li= "#{openid.provider}:#{openid.email}"
%br %br
- if User.omniauth_providers.present? - if User.omniauth_providers.present?
%h4 %h4