Sha256: aee2af5efc6837712e2c2f857311238087b235fa6a175c8b6ae89cfeb3d19dc6

Contents?: true

Size: 420 Bytes

Versions: 1

Compression:

Stored size: 420 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Dummy</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 class="container">
  <h2><%= link_to 'Dummy app home', root_path %></h2>  
  <%= raw display_flash_messages %>
  <%= yield %>
</div>

</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

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