Sha256: 75bd6a216b6faa61f530f858a29975877310e6d84fbc5a4747d3ac3317d9e9d8
Contents?: true
Size: 346 Bytes
Versions: 4
Compression:
Stored size: 346 Bytes
Contents
<% auth_providers_with_partials.each do |provider| %> <%= render provider.to_s %> <% end %> <% if auth_providers_without_partials.present? %> <h3>Other Providers</h3> <ul> <% auth_providers_without_partials.each do |provider| %> <li><%= link_to provider.to_s.titleize, auth_path(provider) %></li> <% end %> </ul> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems