Sha256: 269090f6a2ae81900f893206ff2b2dfbf529f5c7be39d981ec1e12734568ff89

Contents?: true

Size: 674 Bytes

Versions: 34

Compression:

Stored size: 674 Bytes

Contents

<% if PROVIDERS.size > 0 %>
  <div class="control-group">
    <label class="control-label">Sign in with</label>
    <div class="controls">
      <% PROVIDERS.each do |provider| %>
        <% provider_name = OmniAuth.config.camelizations[provider.to_s.downcase] || provider.to_s.titleize %>
        <% image_name = provider.to_s.downcase %>
        <a href="<%= request.script_name %><%= "/" + OmniAuth.config.path_prefix.split('/').last.to_s %><%= "/" + provider.to_s.downcase %>" class="btn" style="white-space:nowrap">
          <%= image_tag "contour/#{image_name}_32.png", align: 'absmiddle', height: "28px" %>
        </a>
      <% end %>
    </div>
  </div>
<% end %>

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
contour-2.1.0.beta4 app/views/contour/authentications/_login_table.html.erb
contour-2.1.0.beta3 app/views/contour/authentications/_login_table.html.erb
contour-2.1.0.beta2 app/views/contour/authentications/_login_table.html.erb
contour-2.1.0.beta1 app/views/contour/authentications/_login_table.html.erb
contour-2.0.0 app/views/contour/authentications/_login_table.html.erb
contour-2.0.0.rc6 app/views/contour/authentications/_login_table.html.erb
contour-2.0.0.rc5 app/views/contour/authentications/_login_table.html.erb
contour-2.0.0.rc4 app/views/contour/authentications/_login_table.html.erb
contour-2.0.0.rc3 app/views/contour/authentications/_login_table.html.erb
contour-2.0.0.rc2 app/views/contour/authentications/_login_table.html.erb
contour-2.0.0.rc app/views/contour/authentications/_login_table.html.erb
contour-2.0.0.beta.9 app/views/contour/authentications/_login_table.html.erb
contour-2.0.0.beta.8 app/views/contour/authentications/_login_table.html.erb
contour-2.0.0.beta.7 app/views/contour/authentications/_login_table.html.erb
contour-2.0.0.beta.6 app/views/contour/authentications/_login_table.html.erb
contour-2.0.0.beta.5 app/views/contour/authentications/_login_table.html.erb
contour-2.0.0.beta.4 app/views/contour/authentications/_login_table.html.erb
contour-2.0.0.beta.3 app/views/contour/authentications/_login_table.html.erb
contour-2.0.0.beta.2 app/views/contour/authentications/_login_table.html.erb
contour-2.0.0.beta.1 app/views/contour/authentications/_login_table.html.erb