Sha256: f242c76f08d8eb03abe47d4fb13258e6e5d07c660a1575ed05c00c0667686e5f

Contents?: true

Size: 981 Bytes

Versions: 21

Compression:

Stored size: 981 Bytes

Contents

<div>
  <% if defined?(TWITTER) && user_signed_in? %>
    <% unless user_signed_in? && current_user.authentications.map(&:provider).include?('twitter') %>
      <%= link_to image_tag("authentifyd/signin_with_twitter.png", :alt => "Twitter"), '/auth/twitter' %>
    <% end %>
    </br>                    
    </br>                    
  <% end %>
  <% if defined?(FACEBOOK)%>
    <% unless user_signed_in? && current_user.authentications.map(&:provider).include?('facebook') %>
      <%= link_to image_tag("authentifyd/signin_with_fb.png", :alt => "Facebook"), '/auth/facebook' %>
    <% end %>
    </br>
    </br>                        
  <% end %>
  <% if defined?(GOOGLE)%>
    <% unless user_signed_in? && current_user.authentications.map(&:provider).include?('google_oauth2') %>
      <%= link_to image_tag("authentifyd/signin_with_google.png", :alt => "Google", width: '287' ), '/auth/google_oauth2'%>
    <% end %>
    </br>
    </br>                    
  <% end %>
</div>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
authentifyd-0.3.0 app/views/authentifyd/sessions/_social_networks.html.erb
authentifyd-0.2.0 app/views/authentifyd/sessions/_social_networks.html.erb
authentifyd-0.1.0.6 app/views/authentifyd/sessions/_social_networks.html.erb
authentifyd-0.1.0.5 app/views/authentifyd/sessions/_social_networks.html.erb
authentifyd-0.1.0.4 app/views/authentifyd/sessions/_social_networks.html.erb
authentifyd-0.1.0.3 app/views/authentifyd/sessions/_social_networks.html.erb
authentifyd-0.1.0.2 app/views/authentifyd/sessions/_social_networks.html.erb
authentifyd-0.1.0.1 app/views/authentifyd/sessions/_social_networks.html.erb
authentifyd-0.1.0 app/views/authentifyd/sessions/_social_networks.html.erb
authentifyd-0.0.16 app/views/authentifyd/sessions/_social_networks.html.erb
authentifyd-0.0.15 app/views/authentifyd/sessions/_social_networks.html.erb
authentifyd-0.0.14 app/views/authentifyd/sessions/_social_networks.html.erb
authentifyd-0.0.13 app/views/authentifyd/sessions/_social_networks.html.erb
authentifyd-0.0.12 app/views/authentifyd/sessions/_social_networks.html.erb
authentifyd-0.0.11 app/views/authentifyd/sessions/_social_networks.html.erb
authentifyd-0.0.10 app/views/authentifyd/sessions/_social_networks.html.erb
authentifyd-0.0.9 app/views/authentifyd/sessions/_social_networks.html.erb
authentifyd-0.0.8 app/views/authentifyd/sessions/_social_networks.html.erb
authentifyd-0.0.7 app/views/authentifyd/sessions/_social_networks.html.erb
authentifyd-0.0.6 app/views/authentifyd/sessions/_social_networks.html.erb