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

Version Path
contour-2.1.0.beta17 app/views/contour/authentications/_index.html.erb
contour-2.1.0.beta16 app/views/contour/authentications/_index.html.erb
contour-2.1.0.beta15 app/views/contour/authentications/_index.html.erb
contour-2.1.0.beta14 app/views/contour/authentications/_index.html.erb
contour-2.1.0.beta13 app/views/contour/authentications/_index.html.erb
contour-2.1.0.beta12 app/views/contour/authentications/_index.html.erb
contour-2.1.0.beta11 app/views/contour/authentications/_index.html.erb
contour-2.1.0.beta10 app/views/contour/authentications/_index.html.erb
contour-2.1.0.beta9 app/views/contour/authentications/_index.html.erb
contour-2.1.0.beta8 app/views/contour/authentications/_index.html.erb
contour-2.1.0.beta7 app/views/contour/authentications/_index.html.erb
contour-2.1.0.beta6 app/views/contour/authentications/_index.html.erb
contour-2.1.0.beta5 app/views/contour/authentications/_index.html.erb
contour-2.1.0.beta4 app/views/contour/authentications/_index.html.erb
contour-2.1.0.beta3 app/views/contour/authentications/_index.html.erb
contour-2.1.0.beta2 app/views/contour/authentications/_index.html.erb
contour-2.1.0.beta1 app/views/contour/authentications/_index.html.erb
contour-2.0.0 app/views/contour/authentications/_index.html.erb
contour-2.0.0.rc6 app/views/contour/authentications/_index.html.erb
contour-2.0.0.rc5 app/views/contour/authentications/_index.html.erb