Skip to content
Snippets Groups Projects
Commit dacf3b36 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

js

parent 816354db
No related branches found
No related tags found
No related merge requests found
......@@ -98,16 +98,16 @@ GEM
autoprefixer-rails (10.4.7.0)
execjs (~> 2)
aws-eventstream (1.2.0)
aws-partitions (1.666.0)
aws-sdk-core (3.168.1)
aws-partitions (1.669.0)
aws-sdk-core (3.168.2)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.59.0)
aws-sdk-kms (1.60.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.117.1)
aws-sdk-s3 (1.117.2)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
......@@ -126,7 +126,7 @@ GEM
rails (>= 3.1)
breadcrumbs_on_rails (4.1.0)
railties (>= 5.0)
bugsnag (6.24.2)
bugsnag (6.25.0)
concurrent-ruby (~> 1.0)
builder (3.2.4)
byebug (11.1.3)
......@@ -211,7 +211,7 @@ GEM
font-awesome-sass (6.2.1)
sassc (~> 2.0)
front_matter_parser (1.0.1)
gdpr (1.2.4)
gdpr (1.2.5)
js_cookie_rails
rails
sassc-rails
......
......@@ -5,3 +5,5 @@
//= link vue.js
//= link admin/appstack.css
//= link admin/pure.css
//= link admin/appstack.js
//= link admin/pure.js
......@@ -13,9 +13,9 @@
//= require slug/slug
//= require cocoon
//= require_self
//= require_tree ./admin/commons
//= require_tree ./application/plugins
//= require_tree ./admin/plugins
//= require ./admin/communication/init
//= require_tree ./commons
//= require_tree ../application/plugins
//= require_tree ./plugins
//= require ./communication/init
window.osuny = {};
//= require activestorage
//= require jquery3
//= require jquery_ujs
//= require notyf/notyf.min
//= require simple_form_password_with_hints
//= require simple_form_bs5_file_input
//= require cropperjs/dist/cropper
//= require jquery-cropper/dist/jquery-cropper
//= require appstack/app
//= require gdpr/cookie_consent
//= require sortablejs/Sortable
//= require summernote/summernote-bs5
//= require slug/slug
//= require cocoon
//= require_self
//= require_tree ./commons
//= require_tree ../application/plugins
//= require_tree ./plugins
//= require ./communication/init
window.osuny = {};
......@@ -26,7 +26,7 @@
</main>
</div>
</div>
<%= javascript_include_tag 'admin' %>
<%= javascript_include_tag 'admin/appstack' %>
<%= render 'gdpr/cookie_consent' %>
<%= render 'bugsnag' %>
</body>
\ No newline at end of file
......@@ -17,7 +17,7 @@
</main>
<%= render "admin/layouts/themes/pure/commands" %>
<%= render "admin/layouts/themes/pure/footer" %>
<%= javascript_include_tag 'admin' %>
<%= javascript_include_tag 'admin/pure' %>
<%= render 'gdpr/cookie_consent' %>
<%= render 'bugsnag' %>
</body>
\ No newline at end of file
<div class="hero">
<div class="container-fluid">
<h1><%= yield :title %></h1>
<div class="float-md-end mt-md-n4">
<div class="float-md-end text-end mt-md-n4">
<%= yield :title_right %>
</div>
<%= render_breadcrumbs builder: Osuny::BreadcrumbsOnRailsBuilder %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment