mirror of
https://0xacab.org/sutty/sutty
synced 2025-03-14 21:08:18 +00:00
Merge branch 'issue-15068' into production.panel.sutty.nl
This commit is contained in:
commit
87a047b594
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue