fix: use ruby's way for interpolation
This commit is contained in:
parent
be468be5d7
commit
c5fe3af9db
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue