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
|
- content_for :header_tags do
|
||||||
= javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous'
|
= 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
|
- content_for :content do
|
||||||
- if user_signed_in? && !@hide_header
|
- if user_signed_in? && !@hide_header
|
||||||
|
Loading…
x
Reference in New Issue
Block a user