Sha256: 51eec398c0e49c9cb5ea21f3902d428eef0b947022bd44713e9d78ff274235d1
Contents?: true
Size: 884 Bytes
Versions: 87
Compression:
Stored size: 884 Bytes
Contents
<table style="border-collapse:collapse;table-layout:fixed;margin:0px;padding:0px;border-width:0px"><%= ("<col width='64px'/>" * PROVIDERS.size).html_safe %> <tr> <% PROVIDERS.each do |provider| %> <% url_params = (provider == :google_apps) ? '?domain=gmail.com' : '' %> <% provider_name = OmniAuth.config.camelizations[provider.to_s.downcase] || provider.to_s.titleize %> <% image_name = provider.to_s.downcase %> <td style="white-space:nowrap;text-align:center;border-width:0px"> <a href="<%= request.script_name %><%= "/" + OmniAuth.config.path_prefix.split('/').last.to_s %><%= "/" + provider.to_s.downcase %><%= url_params %>" class="noicon"><%= image_tag "contour/#{image_name}_64.png", align: 'absmiddle', height: "64px", alt: provider_name %></a> <br /><br /> <%= provider_name %> </td> <% end %> </tr> </table>
Version data entries
87 entries across 87 versions & 1 rubygems