Sha256: 1a59f84ec311fc8487594e07c7e4d9891b7fe9232bf828f785d538abcdb6a143

Contents?: true

Size: 461 Bytes

Versions: 2

Compression:

Stored size: 461 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>Tutorial</title>
      <%= stylesheet_link_tag    "application" %>
      <%= javascript_include_tag "application" %>
      <%= csrf_meta_tags %>
  </head>
  <body>

  <div>
    <p id="notice"><%= flash[:notice] %></p>
    <p id="alert"><%= flash[:alert] %></p>
  </div>
  <div>
    Current User is: <%= current_user ? current_user[Bigmouth.username_key.to_sym] : "Guest" %>
  </div>

  <%= yield %>

  </body>
</html>

Version data entries

2 entries across 1 versions & 1 rubygems

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