Merge pull request #3864 from betagouv/fix_manager_js

Fix js in manager
This commit is contained in:
LeSim 2019-05-13 17:42:14 +02:00 committed by GitHub
commit 525490b1cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ by providing a `content_for(:javascript)` block.
<%= javascript_include_tag js_path %>
<% end %>
<%= javascript_pack_tag 'manager' %>
<%= javascript_packs_with_chunks_tag 'manager' %>
<%= yield :javascript %>