Sha256: fa6c251c2ef9de76661f31b6df9d05174704f1d19d0b8b28758faeedd7580482

Contents?: true

Size: 494 Bytes

Versions: 105

Compression:

Stored size: 494 Bytes

Contents

<% PROVIDERS.each do |provider| %>
  <% provider_name = OmniAuth.config.camelizations[provider.to_s.downcase] || provider.to_s.titleize %>
  <% image_name = provider.to_s.downcase %>
  <li>
    <a href="<%= request.script_name %><%= "/" + OmniAuth.config.path_prefix.split('/').last.to_s %><%= "/" + provider.to_s.downcase %>">
      <%= image_tag "contour/#{image_name}_32.png", align: 'absmiddle', height: "28px", title: provider_name %>
      <%= provider_name %>
    </a>
  </li>
<% end %>

Version data entries

105 entries across 105 versions & 1 rubygems

Version Path
contour-2.7.0 app/views/contour/authentications/_menu.html.erb
contour-2.7.0.beta1 app/views/contour/authentications/_menu.html.erb
contour-2.6.0 app/views/contour/authentications/_menu.html.erb
contour-2.6.0.rc app/views/contour/authentications/_menu.html.erb
contour-2.6.0.beta8 app/views/contour/authentications/_menu.html.erb
contour-2.6.0.beta7 app/views/contour/authentications/_menu.html.erb
contour-2.6.0.beta6 app/views/contour/authentications/_menu.html.erb
contour-2.6.0.beta5 app/views/contour/authentications/_menu.html.erb
contour-2.6.0.beta4 app/views/contour/authentications/_menu.html.erb
contour-2.6.0.beta3 app/views/contour/authentications/_menu.html.erb
contour-2.6.0.beta2 app/views/contour/authentications/_menu.html.erb
contour-2.6.0.beta1 app/views/contour/authentications/_menu.html.erb
contour-2.5.0 app/views/contour/authentications/_menu.html.erb
contour-2.5.0.beta1 app/views/contour/authentications/_menu.html.erb
contour-2.4.0 app/views/contour/authentications/_menu.html.erb
contour-2.4.0.rc2 app/views/contour/authentications/_menu.html.erb
contour-2.4.0.rc app/views/contour/authentications/_menu.html.erb
contour-2.4.0.beta3 app/views/contour/authentications/_menu.html.erb
contour-2.4.0.beta2 app/views/contour/authentications/_menu.html.erb
contour-2.4.0.beta1 app/views/contour/authentications/_menu.html.erb