Sha256: 01cc4d237938e5c907e92174bd658591f166dd7e95b12087ed6fcb02bef4eece

Contents?: true

Size: 271 Bytes

Versions: 3

Compression:

Stored size: 271 Bytes

Contents

<h1>Home#index</h1>
<% if user_signed_in? %>
  <h1>Olá <%= current_user.email %>!</h1>
  <%= link_to("logout", destroy_user_session_path, method: :delete) %>
<% else %>
  <%= link_to("Sign in with MercadoLibre", user_omniauth_authorize_path(:mercadolibre)) %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
omniauth-mercadolibre-0.0.4 test/dump/app/views/home/index.html.erb
omniauth-mercadolibre-0.0.3 test/dump/app/views/home/index.html.erb
omniauth-mercadolibre-0.0.1 test/dump/app/views/home/index.html.erb