Sha256: 051d5640a947f0941c2a421b8cbe852e6c0039e4f9ddc0ad526a385cb47b9c7b

Contents?: true

Size: 849 Bytes

Versions: 1

Compression:

Stored size: 849 Bytes

Contents

<p><%= notice %><p>
<% 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) %>
  <br><br><%= render partial: "reset_password" %>
  <br><h3>Sign Up</h3>
  <%= render partial: "signup" %>
  <br><h3>Log In</h3>
  <%= render partial: "login" %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dailycred-0.3.1 app/views/dailycred/sessions/info.html.erb