Sha256: 2d29d38cc1fa771d6a78675211c65b96a8a79e9c9c9b816ad325c78526c854e9
Contents?: true
Size: 508 Bytes
Versions: 67
Compression:
Stored size: 508 Bytes
Contents
.galleries--title %h2 Gallery = link_to gallery.name, gallery_path(gallery) (#{gallery.photos.length}) = link_to '[~]', edit_gallery_path( gallery ) .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 %ul %li slug :: #{gallery.slug} %li subhead :: #{gallery.subhead} %li= render 'meta', :item => gallery
Version data entries
67 entries across 67 versions & 1 rubygems