Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No route matches [GET] "/active_admin/orderable.png" #25

Open
oicitrapdraz opened this issue Dec 22, 2019 · 2 comments
Open

No route matches [GET] "/active_admin/orderable.png" #25

oicitrapdraz opened this issue Dec 22, 2019 · 2 comments

Comments

@oicitrapdraz
Copy link

Is someone else getting ActionController::RoutingError (No route matches [GET] "/active_admin/orderable.png") at the index views?

ralfebert added a commit to ralfebert/formadmin that referenced this issue Jan 25, 2020
ralfebert added a commit to ralfebert/formadmin that referenced this issue Jan 25, 2020
@jordancrawfordnz
Copy link
Contributor

For a temporary fix until #26 is merged, I've done the following in my active_admin.scss file - this is purely based on the change made in #26.

table.index_table thead th.sortable a {
  // Resolve https://github.com/formaweb/formadmin/issues/25 until a fix is merged.
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABGCAYAAAAAVo4aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH5JREFUeNpi3LhlOwMU1AExGxDXwARYoHQLEFdD2cxAXAliMKFJgEAFEHfBJEHGMKLhMpgkTsAEdch/NNwCk2xCdiEQtML4LEgCf6EubUX3Cgh0oNvJ+P//f7wOGpUclRwYSZb41CyidNbB8giNM+9oXhmVHHm5bJjUSAABBgDKKiwMMUxPwgAAAABJRU5ErkJggg==

@TrishaPatel
Copy link

it should be like below code
table.index_table thead th.sortable a {
// Resolve #25 until a fix is merged.
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABGCAYAAAAAVo4aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH5JREFUeNpi3LhlOwMU1AExGxDXwARYoHQLEFdD2cxAXAliMKFJgEAFEHfBJEHGMKLhMpgkTsAEdch/NNwCk2xCdiEQtML4LEgCf6EubUX3Cgh0oNvJ+P//f7wOGpUclRwYSZb41CyidNbB8giNM+9oXhmVHHm5bJjUSAABBgDKKiwMMUxPwgAAAABJRU5ErkJggg==");
}

Otherwise it will display lots of icons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants