Search code examples
htmlcssruby-on-railsadmin

Adding a custom design to ActiveAdmin - rails


I'm trying to add this template to active admin on my rails app

http://themeforest.net/item/wintermin-bootstrap-admin-theme/8447093?WT.ac=category_item&WT.z_author=geedmo

But for the life of me, I can't work out where to do it. Has anyone had experience in completing something like this before?

If so, where do i start?


Solution

  • Update

    I've created a GitHub project where you can see all open-source themes available for Active Admin. Check out.


    I know that the question has almost 2 years, but the first (and accepted) answer doesn't seems to provide enough information. ActiveAdmin already has some custom styles / themes that you can easily integrate with your project. You can start from one of these themes (forking it) and making the needed changes to achieve what you want.

    Here's some nice themes for ActiveAdmin:

    Active Material

    Active Skin

    Active Admin Theme

    If one of these themes seems okay to you and you don't want to change it, just integrate one of them into your project (it's very easy, as you can read in their documentation).