summaryrefslogtreecommitdiff
path: root/app/views/layouts/_startup_css.haml
blob: 35b91c8d35edb94dc53bf7ff05b76185d5b83dc5 (plain)
1
2
3
4
5
- 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