Added legacy styles to modal layout
• Added: - legacy styles to modal layout
This commit is contained in:
parent
9f0fd83fc0
commit
9cbda5ea0e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue