summaryrefslogtreecommitdiff
path: root/app/views/layouts/_startup_css.haml
blob: 2f674f79b2f8435b6f0b8022ca6b14bde9693f2e (plain)
1
2
3
4
5
6
7
- return unless use_startup_css?

- startup_filename = current_path?("sessions#new") ? 'signin' : user_application_theme == 'gl-dark' ? 'dark' : 'general'

%style{ type: "text/css" }
  = Rails.application.assets_manifest.find_sources("themes/#{user_application_theme_css_filename}.css").first.to_s.html_safe if user_application_theme_css_filename
  = Rails.application.assets_manifest.find_sources("startup/startup-#{startup_filename}.css").first.to_s.html_safe