Sha256: 3b11c72b7a841c880571e5e9fc38d7b32f7c0167cbb53ab55cf31b19837cd1e0
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 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 %> <%# Assets must use *_url route helpers to avoid being overriden by config.asset_host %> <%= stylesheet_link_tag bootstrap_url(format: :css, v: GoodJob::VERSION), skip_pipeline: true %> <%= stylesheet_link_tag style_url(format: :css, v: GoodJob::VERSION) %> <%= javascript_include_tag bootstrap_url(format: :js, v: GoodJob::VERSION), nonce: true %> <%= javascript_include_tag chartjs_url(format: :js, v: GoodJob::VERSION), nonce: true %> <%= javascript_include_tag scripts_url(format: :js, v: GoodJob::VERSION), nonce: true %> <%= javascript_include_tag rails_ujs_url(format: :js, v: GoodJob::VERSION), nonce: true %> </head> <body> <%= render "good_job/shared/navbar" %> <div class="container-fluid"> <%= render "good_job/shared/announcement" %> <%= render "good_job/shared/alert" %> <%= yield %> </div> <%= render "good_job/shared/footer" %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
good_job-2.12.0 | engine/app/views/layouts/good_job/application.html.erb |