Sha256: e0ddab57f120ff14a97445801bd4db23e623c684f81a40bdfa04f97a162d2bb5
Contents?: true
Size: 947 Bytes
Versions: 8
Compression:
Stored size: 947 Bytes
Contents
ExpressUi::Engine.routes.draw do root to: "styleguide#index", as: :styleguide get '/ui_components', to: 'uicomponents#index', as: :uicomponents get '/about', to: 'styleguide#about', as: :about get '/ui_components/templates/master-detail', to: 'templates#master_detail' get '/ui_components/templates/master-detail-fixed', to: 'templates#master_detail_fixed' get '/ui_components/templates/content-and-sidebar', to: 'templates#content_and_sidebar' get '/ui_components/templates/content-and-sidebar-fixed', to: 'templates#content_and_sidebar_fixed' get '/ui_components/templates/half-width', to: 'templates#half_width' get '/ui_components/templates/full-width', to: 'templates#full_width' get '/ui_components/pages/coming-soon', to: 'pages#coming_soon' get '/ui_components/pages/register', to: 'pages#register' get '/ui_components/pages/login', to: 'pages#login' get '/ui_components/pages/static', to: 'pages#static' end
Version data entries
8 entries across 8 versions & 1 rubygems