Sha256: ffc459097a98e25a255d78cb88a19df262376519a58f4a71b1389f28ee5f956e

Contents?: true

Size: 958 Bytes

Versions: 4

Compression:

Stored size: 958 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title><%= yield :title %></title>
    <%= csrf_meta_tags %>
    <%= csp_meta_tag if ::Rails::VERSION::STRING.to_f >= 5.2 %>
    <link rel="preconnect" href="https://fonts.gstatic.com">
    <link href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap" rel="stylesheet">
    <%= render '/logs_explorer/stylesheets/stylesheets' %>
    <%= render '/logs_explorer/javascripts/javascripts' %>
    <link rel="shortcut icon" href="/favicon.ico">
    <script>
      var FETCH_TIMEOUT = <%= LogsExplorer.fetch_timeout %>;
    </script>
  </head>
  <body>
    <section>
      <div class="">
        <%= render '/logs_explorer/shared/header' %>
        <%= yield %>
      </div>
    </section>
    <%#= render '/logs_explorer/shared/footer' %>
    <%= yield :on_load %>
  </body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
logs_explorer-0.1.4 app/views/logs_explorer/layouts/logs_explorer.html.erb
logs_explorer-0.1.3 app/views/logs_explorer/layouts/logs_explorer.html.erb
logs_explorer-0.1.1 app/views/logs_explorer/layouts/logs_explorer.html.erb
logs_explorer-0.1.0 app/views/logs_explorer/layouts/logs_explorer.html.erb