From 9cbda5ea0e520d83844c027ceb7573e5282deaf2 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Thu, 20 Aug 2020 17:02:21 -0500 Subject: [PATCH] Added legacy styles to modal layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Added: - legacy styles to modal layout --- app/views/layouts/modal.html.haml | 2 ++ 1 file changed, 2 insertions(+) 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