Sha256: f454ef1b5d87fc114c5c6ba28827b11f531d8942546b5e6a314fe54d90f6d02f

Contents?: true

Size: 563 Bytes

Versions: 5

Compression:

Stored size: 563 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

  = render '/wco/tags/list_mini', tags: gallery.tags

  %ul
    %li slug :: #{gallery.slug}
    %li subhead :: #{gallery.subhead}
    %li= render 'meta', :item => gallery

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wco_models-3.1.0.141 app/views/wco/galleries/_title.haml
wco_models-3.1.0.140 app/views/wco/galleries/_title.haml
wco_models-3.1.0.139 app/views/wco/galleries/_title.haml
wco_models-3.1.0.138 app/views/wco/galleries/_title.haml
wco_models-3.1.0.137 app/views/wco/galleries/_title.haml