Sha256: ad005b6ccc2e3fae4cb7e9ae6d0c86f80dc93e7400ce01bb253bebda0b6b0b5d

Contents?: true

Size: 765 Bytes

Versions: 14

Compression:

Stored size: 765 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
	  integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ"
	  crossorigin="anonymous">
    <title><%= ::Marty::RailsApp.application_name %></title>
    <%= load_netzke theme: Rails.configuration.marty.extjs_theme %>
    <%= csrf_meta_tag %>
    <%= javascript_include_tag 'marty/application' %>
    <%= stylesheet_link_tag 'marty/application' %>
    <% if cookies[:dark_mode] == 'true' %>
      <%= stylesheet_link_tag 'marty/dark_mode', media: 'all', 'data-turbolinks-track': 'reload' %>
    <% end %>
  </head>
  <body>
    <%= yield %>
  </body>
</html>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
marty-11.0.0 app/views/layouts/marty/application.html.erb
marty-10.0.3 app/views/layouts/marty/application.html.erb
marty-10.0.2 app/views/layouts/marty/application.html.erb
marty-10.0.0 app/views/layouts/marty/application.html.erb
marty-9.5.1 app/views/layouts/marty/application.html.erb
marty-9.5.0 app/views/layouts/marty/application.html.erb
marty-9.3.3 app/views/layouts/marty/application.html.erb
marty-9.3.2 app/views/layouts/marty/application.html.erb
marty-9.3.0 app/views/layouts/marty/application.html.erb
marty-8.5.0 app/views/layouts/marty/application.html.erb
marty-8.4.1 app/views/layouts/marty/application.html.erb
marty-8.3.1 app/views/layouts/marty/application.html.erb
marty-8.2.0 app/views/layouts/marty/application.html.erb
marty-8.0.0 app/views/layouts/marty/application.html.erb