Skip to content

active_admin_logged_out layout not up to date

Clément Prod'homme edited this page Nov 3, 2017 · 3 revisions

issue #16

Check the version of activeadmin installed in your project. If you use it from github, use the branch 2-0-alpha for arctic_admin like this :

  gem 'arctic_admin', github: 'activeadmin/activeadmin', branch: '2-0-alpha'

but it's better to use activeadmin like this (to get stable version) :

gem 'activeadmin'

The activeadmin team changed many time the file :

app/view/layouts/active_admin_logged_out.html.erb

if my file is not updated, make a pull request on the branch 2-0-alpha with the new version but don't forget to add this line in the <head> section :

<meta name='viewport' content='width=device-width, initial-scale=1'>
Clone this wiki locally