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

when user have_attribute_row method with "USA/UAH" first argument we have wrong selector #43

Open
Ivanov-Anton opened this issue Apr 3, 2023 · 1 comment

Comments

@Ivanov-Anton
Copy link
Contributor

when using the have_attribute_row method with "USA/UAH" first argument we have
the wrong selector tr.row.row-usa/uah> td but ActiveAdmin generate
this selector tr.row.row-usa_uah > td

@Ivanov-Anton
Copy link
Contributor Author

original behavior from ActiveAdmin gem

elsif @title.present?
  html_classes << "col-#{@title.to_s.parameterize(separator: "_")}"
end

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

1 participant