Sha256: 3207c5c6fba46f75ab1a5e8d942d4dd91136789fe090df300acf1f46a196929b

Contents?: true

Size: 1.88 KB

Versions: 27

Compression:

Stored size: 1.88 KB

Contents

<!DOCTYPE html>
<html lang="<%= I18n.locale %>">
<head>
  <title>Good Job Dashboard</title>
  <meta charset="utf-8">
  <meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
  <%= csrf_meta_tags %>
  <%= csp_meta_tag %>

  <%# Do not use asset tag helpers to avoid paths being overriden by config.asset_host %>
  <%= tag.link rel: "stylesheet", media: "screen", href: bootstrap_path(format: :css, v: GoodJob::VERSION, locale: nil), nonce: content_security_policy_nonce %>
  <%= tag.link rel: "stylesheet", media: "screen", href: style_path(format: :css, v: GoodJob::VERSION, locale: nil), nonce: content_security_policy_nonce %>

  <%= tag.script "", src: bootstrap_path(format: :js, v: GoodJob::VERSION, locale: nil), nonce: content_security_policy_nonce %>
  <%= tag.script "", src: chartjs_path(format: :js, v: GoodJob::VERSION, locale: nil), nonce: content_security_policy_nonce %>
  <%= tag.script "", src: rails_ujs_path(format: :js, v: GoodJob::VERSION, locale: nil), nonce: content_security_policy_nonce %>

  <%= tag.script "", src: es_module_shims_path(format: :js, v: GoodJob::VERSION, locale: nil), async: true, nonce: content_security_policy_nonce %>
  <% importmaps = { imports: GoodJob::AssetsController.js_modules.keys.index_with { |module_name| modules_path(module_name, format: :js, locale: nil, v: GoodJob::VERSION) } } %>
  <%= tag.script importmaps.to_json.html_safe, type: "importmap", nonce: content_security_policy_nonce %>
  <%= tag.script "", src: scripts_path(format: :js, v: GoodJob::VERSION, locale: nil), type: "module", nonce: content_security_policy_nonce %>
</head>
<body>
  <div class="d-flex flex-column min-vh-100">
    <%= render "good_job/shared/navbar" %>

    <div class="container-fluid flex-grow-1 relative">
      <%= render "good_job/shared/alert" %>

      <%= yield %>
    </div>

    <%= render "good_job/shared/footer" %>
  </div>
</body>
</html>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
good_job-3.7.3 app/views/layouts/good_job/application.html.erb
good_job-3.7.2 app/views/layouts/good_job/application.html.erb
good_job-3.7.1 app/views/layouts/good_job/application.html.erb
good_job-3.7.0 app/views/layouts/good_job/application.html.erb
good_job-3.6.2 app/views/layouts/good_job/application.html.erb
good_job-3.6.1 app/views/layouts/good_job/application.html.erb
good_job-3.6.0 app/views/layouts/good_job/application.html.erb
good_job-3.5.1 app/views/layouts/good_job/application.html.erb
good_job-3.5.0 app/views/layouts/good_job/application.html.erb
good_job-3.4.8 app/views/layouts/good_job/application.html.erb
good_job-3.4.7 app/views/layouts/good_job/application.html.erb
good_job-3.4.6 app/views/layouts/good_job/application.html.erb
good_job-3.4.5 app/views/layouts/good_job/application.html.erb
good_job-3.4.4 app/views/layouts/good_job/application.html.erb
good_job-3.4.3 app/views/layouts/good_job/application.html.erb
good_job-3.4.2 app/views/layouts/good_job/application.html.erb
good_job-3.4.1 app/views/layouts/good_job/application.html.erb
good_job-3.4.0 app/views/layouts/good_job/application.html.erb
good_job-3.3.3 app/views/layouts/good_job/application.html.erb
good_job-3.3.2 app/views/layouts/good_job/application.html.erb