Rails アプリケーションにあったカルーセルは少し前まで機能していましたが、現在は次のボタンと前のボタンが機能しません。このビューまたは CSS のカルーセルは変更されていません。
これが私のコードです:
.carousel.slide#myCarousel
.carousel-inner
.active.item
=image_tag("/assets/1.jpg")
.carousel-caption
%h4 Caption
.item
=image_tag("/assets/2.jpg")
.carousel-caption
%h4 Caption
.item
=image_tag("/assets/3.jpg")
.carousel-caption
%h4 Caption
%a.carousel-control.left{"data-slide" => "prev", :href => "#myCarousel"} ‹
%a.carousel-control.right{"data-slide" => "next", :href => "#myCarousel"} ›