Sha256: af2fb97542c511d820bd928f23b982f9b1206a1f2d268d228ca4f010ce6d6f22
Contents?: true
Size: 365 Bytes
Versions: 47
Compression:
Stored size: 365 Bytes
Contents
<%# # Stylesheet Partial This partial imports the necessary stylesheets on each page. By default, it includes the application CSS, but each page can define additional CSS sources by providing a `content_for(:stylesheet)` block. %> <% Administrate::Engine.stylesheets.each do |css_path| %> <%= stylesheet_link_tag css_path %> <% end %> <%= yield :stylesheet %>
Version data entries
47 entries across 41 versions & 4 rubygems