I used the datepicker in a calendar that shows perfectly, but does not show an arrow button to change the month. and also sometimes give an error:
ActionController::RoutingError (No route matches [GET] "/assets/images/ui-icons_ef8c08_256x240.png")

datepicker.js
$(document).ready(function(){
$('[data-behaviour~=datepicker]').datepicker();
});
CSS
link
Sorry for the too long question and tell me if I miss something.
Thank you very much in advance
Edit:
I noticed that when I delete the public / assets directory and then enter rake assets: this time the precompilation does not display an error, but the arrow still does not appear.
source
share