Fix syntax error
This commit is contained in:
parent
490226ad6d
commit
2662e6fec2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module UserHelper
|
||||||
image_tag("#{name}.png", :alt => t("user.login.openid_providers.#{name}.alt")),
|
image_tag("#{name}.png", :alt => t("user.login.openid_providers.#{name}.alt")),
|
||||||
"#",
|
"#",
|
||||||
:class => "openid_button", "data-url" => url,
|
:class => "openid_button", "data-url" => url,
|
||||||
:title => t("user.login.openid_providers.#{name}.title"),
|
:title => t("user.login.openid_providers.#{name}.title")
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue