Sha256: 581f3ab92d97500bd67b08c3fecd22484af57de864c4a16b930589aab556a81e
Contents?: true
Size: 669 Bytes
Versions: 6
Compression:
Stored size: 669 Bytes
Contents
<% if current_user %> <p>Hello <%= current_user.email %> <br> <%= link_to 'Logout', dailycred_engine.logout_path %> <br><%= link_to 'connect with facebook', connect_user(:facebook) %> <br><%= link_to 'connect with google', connect_user(:google) %> <br><%= link_to 'connect with twitter', connect_user(:twitter) %> </p> <% else %> <%= link_to 'Log In', login_path() %> <br><%= link_to 'connect with facebook', connect_path(:identity_provider => :facebook) %> <br><%= link_to 'connect with google', connect_path(:identity_provider => :google) %> <br><%= link_to 'connect with twitter',connect_path(:identity_provider => :twitter) %> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems