Sha256: 796d0159c910f884eef9093682e85f73bab834df4d2697b3f9508574368c827e
Contents?: true
Size: 367 Bytes
Versions: 5
Compression:
Stored size: 367 Bytes
Contents
include_set Abstract::ModAssets def subpath "style" end def local_folder_group_type_id ::Card::LocalStyleFolderGroupID end def local_manifest_group_type_id ::Card::LocalStyleManifestGroupID end format :html do view :stylesheet_include_tag do card.item_cards.map do |icard| nest icard, view: :stylesheet_include_tag end.join("\n") end end
Version data entries
5 entries across 5 versions & 1 rubygems