removed the occurances of =%> at the end of erb blocks and replaced them with -%>

This commit is contained in:
dewski 2010-10-02 05:54:26 +08:00 committed by Carlos Antonio da Silva
parent ec5f8ae831
commit 69ecbd1fa3
2 changed files with 2 additions and 2 deletions

View File

@ -21,5 +21,5 @@
<%- if devise_mapping.oauthable? %>
<%- resource_class.oauth_providers.each do |provider| %>
<%= link_to "Sign in with #{provider.to_s.titleize}", oauth_authorize_url(resource_name, provider) %><br />
<% end =%>
<% end -%>
<% end -%>

View File

@ -2,4 +2,4 @@ Home!
<%- User.oauth_providers.each do |provider| %>
<%= link_to "Sign in with #{provider.to_s.titleize}", user_oauth_authorize_url(provider) %><br />
<% end =%>
<% end -%>