Added legacy styles to modal layout

• Added:
- legacy styles to modal layout
This commit is contained in:
mgabdev 2020-08-20 17:02:21 -05:00
parent 9f0fd83fc0
commit 9cbda5ea0e
1 changed files with 2 additions and 0 deletions

View File

@ -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