Sha256: de97a87ebd00e9403dcc238aec0d0ad9a05302263a7878a4bcac98b76d1672ed

Contents?: true

Size: 490 Bytes

Versions: 5

Compression:

Stored size: 490 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Dummy</title>
  <%= stylesheet_link_tag :all %>
  <%= javascript_include_tag :defaults %>
  <%= csrf_meta_tag %>
</head>
<body>

<% if current_user %>
    <p>Currently logged in as <strong><%= current_user.email %></strong></p>
<% else %>
    <p>You're not logged in, <%= link_to 'Login', user_omniauth_authorize_path(:google_apps) %></p>
<% end %>

<p class="notice"><%= notice %></p>
<p class="alert"><%= alert %></p>

<%= yield %>

</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
google_authentication-0.3.0 spec/dummy/app/views/layouts/application.html.erb
google_authentication-0.2.0 spec/dummy/app/views/layouts/application.html.erb
google_authentication-0.1.2 spec/dummy/app/views/layouts/application.html.erb
google_authentication-0.1.1 spec/dummy/app/views/layouts/application.html.erb
google_authentication-0.1.0 spec/dummy/app/views/layouts/application.html.erb