Sha256: 5bed2f68d2bd03f1113f2357d8ae780813c52f36168e8c25a7c488679a8d2534

Contents?: true

Size: 663 Bytes

Versions: 16

Compression:

Stored size: 663 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Home</title>
  <%= stylesheet_link_tag    "application", media: "all", "data-turbolinks-track" => true %>
  <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
  <%= csrf_meta_tags %>
</head>
<body>
  <div id="user_nav">
    <% if current_user %>
      Logged in as <%= current_user.email %>.
      <%= link_to "Log out", logout_path %>
    <% else %>
      <%= link_to "Sign up", signup_path %> or
      <%= link_to "Log in", login_path %>
    <% end %>
  </div>

  <% flash.each do |name, msg| %>
    <%= content_tag :div, msg, :id => "flash_#{name}" %>
  <% end %>

  <%= yield %>
</body>
</html>

Version data entries

16 entries across 8 versions & 1 rubygems

Version Path
authpro-1.1.0 test/rails/dummy/app/views/layouts/application.html.erb
authpro-1.1.0 lib/generators/authpro/templates/application.html.erb
authpro-1.0.1 test/rails/dummy/app/views/layouts/application.html.erb
authpro-1.0.1 lib/generators/authpro/templates/application.html.erb
authpro-1.0.0 lib/generators/authpro/templates/application.html.erb
authpro-1.0.0 test/rails/dummy/app/views/layouts/application.html.erb
authpro-0.9.3 lib/generators/authpro/templates/application.html.erb
authpro-0.9.3 test/rails/dummy/app/views/layouts/application.html.erb
authpro-0.9.2 lib/generators/authpro/templates/application.html.erb
authpro-0.9.2 test/rails/dummy/app/views/layouts/application.html.erb
authpro-0.9.1 lib/generators/authpro/templates/application.html.erb
authpro-0.9.1 test/rails/dummy/app/views/layouts/application.html.erb
authpro-0.9.0 test/rails/dummy/app/views/layouts/application.html.erb
authpro-0.9.0 lib/generators/authpro/templates/application.html.erb
authpro-0.1.0 lib/generators/authpro/templates/application.html.erb
authpro-0.1.0 test/rails/dummy/app/views/layouts/application.html.erb