Sha256: a02eff787310341244596c755f2fd76320b0541e0485c6289ec7b4a4e77f7e11

Contents?: true

Size: 377 Bytes

Versions: 6

Compression:

Stored size: 377 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Adeia</title>
  <%= stylesheet_link_tag    'adeia/application', media: 'all', 'data-turbolinks-track' => true %>
  <%= javascript_include_tag 'adeia/application', 'data-turbolinks-track' => true %>
  <%= csrf_meta_tags %>
</head>
<body>

  <%= render 'layouts/flash' %>

  <%= render 'layouts/sidebar' %>

  <%= yield %>

</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
adeia-0.5.3 app/views/layouts/adeia.html.erb
adeia-0.5.2 app/views/layouts/adeia.html.erb
adeia-0.5.1 app/views/layouts/adeia.html.erb
adeia-0.5.0 app/views/layouts/adeia.html.erb
adeia-0.4.0 app/views/layouts/adeia.html.erb
adeia-0.3.0 app/views/layouts/adeia.html.erb