Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_startup_css.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 094038d39b0c9b8316fb541f26dd87c160b33a70 (plain)
1
2
3
4
- return unless use_startup_css?

%style{ type: "text/css" }
  = Rails.application.assets_manifest.find_sources('startup/startup-general.css').first.to_s.html_safe