active_bootstrap_skin icon indicating copy to clipboard operation
active_bootstrap_skin copied to clipboard

Bootstrap skin for Active Admin :rocket: :rocket: :rocket:

Results 6 active_bootstrap_skin issues
Sort by recently updated
recently updated
newest added

there is nothing to say more ) ``` ul.scopes > li.scope > a ``` i have last activeadmin, rails 4, ruby 2.2.1, active_bootstrap_skin 0.1.1

help wanted

I was checking the code of the dropdowns and it's showing like this ``` Example Model1 Model2 ``` So, it should be like this: ```

active_admin.js.coffee instead of .js is created with active_admin //= require active_bootstrap_skin should be #= require active_bootstrap_skin right?

The page needs to be refreshed to load properly under Rails 5 / Turbolinks 5. This looks like it could be the issue: https://github.com/vinhnglx/active_bootstrap_skin/blob/master/app/assets/javascripts/active_bootstrap_skin.js#L1

That's the weired behaviour i mentioned last time. as soon batch_actions are enabled, those scopes are pushed to the right. ![image](https://cloud.githubusercontent.com/assets/13366714/17461077/855cec34-5ca9-11e6-9c97-b30e65d58dcd.png) if `batch_actions = false` everything is working fine. ![image](https://cloud.githubusercontent.com/assets/13366714/17461082/ad12f3ae-5ca9-11e6-86a8-03c526af6f38.png)

Why is `#active_admin_content.without_sidebar`getting `width: 50%` and `float: left`? I believe we shouldn't give this container any style and let the user decide what todo. **With** sidebar i get the point...