This repository has been archived on 2025-08-13. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
policies/_templates/_css.html.erb
Brian (bex) Exelbierd c2c3776490 initial commit
2018-05-15 14:12:54 +02:00

3 lines
152 B
Text

<%- Dir.glob("_stylesheets/*").sort.each do |sheet| -%>
<link href="<%= File.join(css_path, File.basename(sheet)) %>" rel="stylesheet" />
<%- end -%>