Skip to content

Rails engine with the KAdmin theme that contains a CMS ready to work

License

Notifications You must be signed in to change notification settings

kopz9999/k_admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#KAdmin

This Rails Engine provides you the tools required to build a CMS with the Look and feel of: http://themifycloud.com/demos/templates/KAdmin/KAdmin-Dark/Tables.html
This project uses the extended license for KAdmin http://themifycloud.com/
In order to provide the look and feel wrapper for CMS, you must specify the layout and include the helpers:

class ItemsController < ApplicationController

  layout "k_admin/application"
  helper KAdmin::HelpersHelper  

end

The Engine also provides a page layout for login:

class LoginController < ApplicationController

  layout 'k_admin/login'

end

When you load the layout, you have several content sections:

Wrapper

The following helpers are available:

Wrapper
Assets
Form
Alerts

About

Rails engine with the KAdmin theme that contains a CMS ready to work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published