0.0
No commit activity in last 3 years
No release in over 3 years
A responsive theme for Active Admin with a crowdAI flair
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
>= 0

Runtime

< 2.0, >= 1.1.0
 Project Readme

crowdAI Admin

Gem Version Gem Downloads Dependency Status

Credits

Simple theme for ActiveAdmin for crowdAI, developed by Sean F. Carroll.

Inspiration and code was taken from the following projects

Features

General

  • Updated styling based on crowdAI and easily themed

Gems

Dashboard Index

Installation

  • Add this to your Gemfile:
gem 'crowdai_admin'
  • Run bundle install.

  • Add this line to the file config/initializers/active_admin.rb

meta_tags_options = { viewport: 'width=device-width, initial-scale=1' }
config.meta_tags = meta_tags_options
config.meta_tags_for_logged_out_pages = meta_tags_options

Usage

CSS

Remove the active_admin.css, and instead add this to your application.scss

In your active_admin.css, include the css file:

@import "crowdai_admin/base";

Remove the line *= require active_admin/base

Then restart your webserver if it was previously running.s

JS

In your active_admin.js, include the js file:

//= require crowdai_admin/base

Remove the line //= require active_admin/base

Contributing

  1. Fork it ( https://github.com/crowdAI/crowdai_admin/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request