diff --git a/app/views/layouts/modal.html.haml b/app/views/layouts/modal.html.haml index 70195ef0..a9c73b3f 100644 --- a/app/views/layouts/modal.html.haml +++ b/app/views/layouts/modal.html.haml @@ -1,5 +1,7 @@ - content_for :header_tags do = javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous' + %link(rel='stylesheet' href='/legacy/common.css') + %link(rel='stylesheet' href='/legacy/default.css') - content_for :content do - if user_signed_in? && !@hide_header