Sha256: e1ebdf01c16e922cee8743fb27d7d35a4d09448b46888c077b00ee25c99b4238

Contents?: true

Size: 1.78 KB

Versions: 8

Compression:

Stored size: 1.78 KB

Contents

<!doctype html>
<html dir="<%= text_direction %>">
  <head>
    <title><%= environment_title_prefix %><%= Sidekiq::NAME %></title>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width,initial-scale=1.0" />

    <link href="<%= root_path %>stylesheets/bootstrap.css" media="screen" rel="stylesheet" type="text/css" nonce="<%= csp_nonce %>" />
    <% if rtl? %>
    <link href="<%= root_path %>stylesheets/bootstrap-rtl.min.css" media="screen" rel="stylesheet" type="text/css" nonce="<%= csp_nonce %>"/>
    <% end %>

    <link href="<%= root_path %>stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" nonce="<%= csp_nonce %>" />
    <link href="<%= root_path %>stylesheets/application-dark.css" media="screen and (prefers-color-scheme: dark)" rel="stylesheet" type="text/css" nonce="<%= csp_nonce %>" />
    <% if rtl? %>
    <link href="<%= root_path %>stylesheets/application-rtl.css" media="screen" rel="stylesheet" type="text/css" nonce="<%= csp_nonce %>" />
    <% end %>

    <link rel="apple-touch-icon" href="<%= root_path %>images/apple-touch-icon.png">
    <link rel="shortcut icon" type="image/ico" href="<%= root_path %>images/favicon.ico" />
    <script type="text/javascript" src="<%= root_path %>javascripts/application.js" nonce="<%= csp_nonce %>"></script>
    <meta name="google" content="notranslate" />
    <%= display_custom_head %>
  </head>
  <body class="admin" data-locale="<%= locale %>">
    <%= erb :_nav %>
    <div id="page">
      <div class="container">
        <div class="row">
          <div class="col-sm-12 summary_bar">
            <%= erb :_summary %>
          </div>

          <div class="col-sm-12">
            <%= yield %>
          </div>
        </div>
      </div>
    </div>
    <%= erb :_footer %>
  </body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sidekiq-7.3.7 web/views/layout.erb
sidekiq-7.3.6 web/views/layout.erb
sidekiq-7.3.5 web/views/layout.erb
sidekiq-7.3.4 web/views/layout.erb
sidekiq-7.3.3 web/views/layout.erb
sidekiq-7.3.2 web/views/layout.erb
sidekiq-7.3.1 web/views/layout.erb
sidekiq-7.3.0 web/views/layout.erb