Sha256: 21a1d14abeea7fc0da949d5b167895441860fd017cc2a2acebc2f12c0b78d1aa
Contents?: true
Size: 277 Bytes
Versions: 6
Compression:
Stored size: 277 Bytes
Contents
module Alula class Bootstrap < Theme def path File.expand_path(File.join(File.dirname(__FILE__), %w{.. .. .. themes bootstrap})) end def version Alula::Themes::VERSION::STRING end end end Alula::Theme.register :bootstrap, Alula::Bootstrap
Version data entries
6 entries across 6 versions & 1 rubygems