Sha256: 33deb265b7587fcc1125fe989023ea958ec57550c9cc7db7191a759f4e3bd623

Contents?: true

Size: 330 Bytes

Versions: 7

Compression:

Stored size: 330 Bytes

Contents

You are signed
<% if user_signed_in? %>
  in as <%= current_user.email %>.
  <form method="post" action="<%= destroy_user_session_path %>">
    <input type="hidden" name="_method" value="delete" />
    <input type="submit" value="Sign out" />
  </form>
<% else %>
  out.  <%= link_to "Sign in", new_user_session_path %>
<% end %>

Version data entries

7 entries across 6 versions & 2 rubygems

Version Path
mongo_session_store-3.1.0 spec/support/apps/rails_5.0_app/app/views/home/index.html.erb
mongo_session_store-3.1.0 spec/support/apps/rails_4.2_app/app/views/home/index.html.erb
mongo_session_store-3.0.0 spec/support/apps/rails_4.2_app/app/views/home/index.html.erb
mongo_session_store-3.0.0.beta.1 spec/support/apps/rails_4.2_app/app/views/home/index.html.erb
mongo_session_store-rails-7.0.2 spec/support/apps/rails_4.2_app/app/views/home/index.html.erb
mongo_session_store-rails-7.0.1 spec/support/apps/rails_4.2_app/app/views/home/index.html.erb
mongo_session_store-rails-7.0.0 spec/support/apps/rails_4.2_app/app/views/home/index.html.erb