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

Version Path
wco_models-3.1.0.136 app/views/wco/galleries/_title.haml
wco_models-3.1.0.135 app/views/wco/galleries/_title.haml
wco_models-3.1.0.134 app/views/wco/galleries/_title.haml
wco_models-3.1.0.133 app/views/wco/galleries/_title.haml
wco_models-3.1.0.132 app/views/wco/galleries/_title.haml
wco_models-3.1.0.131 app/views/wco/galleries/_title.haml
wco_models-3.1.0.130 app/views/wco/galleries/_title.haml
wco_models-3.1.0.129 app/views/wco/galleries/_title.haml
wco_models-3.1.0.128 app/views/wco/galleries/_title.haml
wco_models-3.1.0.127 app/views/wco/galleries/_title.haml
wco_models-3.1.0.126 app/views/wco/galleries/_title.haml
wco_models-3.1.0.125 app/views/wco/galleries/_title.haml
wco_models-3.1.0.124 app/views/wco/galleries/_title.haml
wco_models-3.1.0.123 app/views/wco/galleries/_title.haml
wco_models-3.1.0.122 app/views/wco/galleries/_title.haml
wco_models-3.1.0.121 app/views/wco/galleries/_title.haml
wco_models-3.1.0.120 app/views/wco/galleries/_title.haml
wco_models-3.1.0.119 app/views/wco/galleries/_title.haml
wco_models-3.1.0.118 app/views/wco/galleries/_title.haml
wco_models-3.1.0.117 app/views/wco/galleries/_title.haml