Sha256: 2fafbdfa72293a6b49d3f115906f281ebe6ee3c5697c0a06045a15d7ec9294e6

Contents?: true

Size: 947 Bytes

Versions: 12

Compression:

Stored size: 947 Bytes

Contents

<div class="m-50-top row m-0-left m-0-right m-0-bottom" id="oauth_and_submit">
  <% if defined?(skip_oauth_options) != nil && skip_oauth_options == true %>
  <% else %>
    <div class="col l6 m6 s6 left p-0-left p-0-right" id="oauth_icons">
      <% Auth.configuration.oauth_credentials.keys.each_with_index {|provider,index| %>
      	<a href="<%= Auth::OmniAuth::Path.omniauth_request_path(resource.class.name.to_s,provider) %>"><img src="/assets/auth/<%= provider %>.svg" height="60" width="60" class="oauth_icon
      	<% if index > 0 %>
      		m-10-left
      	<% end %>
      	"/></a>
      <% } %>
    </div>
  <% end %>

  <div class="col l6 m6 s6 p-0-left p-0-right" id="submit">
    
      <i class="mdi-hardware-keyboard-tab grey-text right cursor-pointer" style="height:60px; width:60px; border:1px solid #9e9e9e; border-radius:5px; font-size:1.8em; padding-top:0.75rem; text-align:center;" id="submit_icon"></i>
    
  </div>

</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
wordjelly-auth-1.1.0 app/views/auth/modals/_oauth_and_submit.html.erb
wordjelly-auth-1.0.9 app/views/auth/modals/_oauth_and_submit.html.erb
wordjelly-auth-1.0.8 app/views/auth/modals/_oauth_and_submit.html.erb
wordjelly-auth-1.0.5 app/views/auth/modals/_oauth_and_submit.html.erb
wordjelly-auth-1.0.4 app/views/auth/modals/_oauth_and_submit.html.erb
wordjelly-auth-1.0.3 app/views/auth/modals/_oauth_and_submit.html.erb
wordjelly-auth-1.0.2 app/views/auth/modals/_oauth_and_submit.html.erb
wordjelly-auth-0.0.8 app/views/auth/modals/_oauth_and_submit.html.erb
wordjelly-auth-0.0.5 app/views/auth/modals/_oauth_and_submit.html.erb
wordjelly-auth-0.0.4 app/views/auth/modals/_oauth_and_submit.html.erb
wordjelly-auth-0.0.3 app/views/auth/modals/_oauth_and_submit.html.erb
wordjelly-auth-0.0.1 app/views/auth/modals/_oauth_and_submit.html.erb