diff --git a/app/views/bootstrap/_card.haml b/app/views/bootstrap/_card.haml index e7e1f108..87e9691a 100644 --- a/app/views/bootstrap/_card.haml +++ b/app/views/bootstrap/_card.haml @@ -1,7 +1,6 @@ .card{ **local_assigns.except(:image, :description) } - if local_assigns[:image] - = render 'bootstrap/responsive' do - = image_tag url_for(local_assigns[:image]), alt: local_assigns[:description], class: 'img-fluid' + = image_tag url_for(local_assigns[:image]), alt: local_assigns[:description], class: 'img-fluid' .card-body .card-title= title