Sha256: e825d132829a771dad90b405844cd6a87f2fbcc664db04e99e4b9f96a33489f1

Contents?: true

Size: 460 Bytes

Versions: 1

Compression:

Stored size: 460 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Dummy</title>
  <%= stylesheet_link_tag    "application" %>
  <%= javascript_include_tag "application" %>
  <%= csrf_meta_tags %>
</head>
<body>
  <p>
    <% if current_user %>
      <%= link_to 'sign out', main_app.destroy_user_session_path, method: 'delete' %>
    <% else %>
      <%= link_to 'sign in', main_app.new_user_session_path %>
    <% end %>
  </p>
  <h1>  PARENT LAYOUT </h1>

<%= yield %>

</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hitchens-0.0.1 test/dummy/app/views/layouts/application.html.erb