app/views/wco/galleries/_title.haml in wco_models-3.1.0.136 vs app/views/wco/galleries/_title.haml in wco_models-3.1.0.137

- old
+ new

@@ -8,9 +8,12 @@ .d-inline-block= button_to 'x', gallery_path(gallery), method: :delete, data: { confirm: 'Are you sure?' } - if gallery.is_public %i.material-icons visibility - else %i.material-icons visibility_off + + = render '/wco/tags/list_mini', tags: gallery.tags + %ul %li slug :: #{gallery.slug} %li subhead :: #{gallery.subhead} %li= render 'meta', :item => gallery