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

Asset Pipeline image_url fix #158

Merged
merged 1 commit into from
Feb 5, 2015
Merged

Asset Pipeline image_url fix #158

merged 1 commit into from
Feb 5, 2015

Conversation

globalkeith
Copy link

Image refs must use the image_url helper to work with Rails Asset Pipeline.
This commit updates all image paths to use rails the image_url method.

Image refs must use the image_url helper to work with Rails Asset Pipeline
update all image paths to use rails method
ricardodovalle added a commit that referenced this pull request Feb 5, 2015
@ricardodovalle ricardodovalle merged commit db17aa0 into rweng:master Feb 5, 2015
a.DTTT_button_csv span { background: image-url('dataTables/extras/csv.png') no-repeat bottom right; }
a.DTTT_button_csv:hover span { background: image-url('dataTables/extras/csv_hover.png') no-repeat center right; }
a.DTTT_button_csv span { background: image_url('dataTables/extras/csv.png') no-repeat bottom right; }
a.DTTT_button_csv:hover span { background-image: image_url('dataTables/extras/csv_hover.png') no-repeat center right; }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change to background-image: from background: looks like a mistake?

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

Successfully merging this pull request may close these issues.

4 participants