Sha256: e7818d2a10d542602b4e31a3a201025358010db07ead054716816d1b90f72be5
Contents?: true
Size: 657 Bytes
Versions: 7
Compression:
Stored size: 657 Bytes
Contents
module Spree module Admin class StyleGuideController < Spree::Admin::BaseController respond_to :html layout '/spree/layouts/admin_style_guide' def index @topics = { typography: [ 'fonts', 'colors', 'lists', 'icons', 'tags' ], forms: [ 'building_forms', 'validation' ], messaging: [ 'loading', 'flashes', 'tooltips' ], tables: [ 'building_tables', 'pagination' ] } end end end end
Version data entries
7 entries across 7 versions & 1 rubygems