Sha256: 2853a7ae484d4b69e80ff4a0157a973e50e10e524f6be0d871307b7e453a9fac

Contents?: true

Size: 278 Bytes

Versions: 3

Compression:

Stored size: 278 Bytes

Contents

#attachments.images
  - if @event.attachments.find_by_type("image").count > 0
    = render partial: 'attachments/pictures', locals: {attachments: @event.attachments.find_by_type("image")}
    
  = render partial: 'attachments/drop_field', locals: {parent: @event, type: :image}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
your_platform-1.0.1 app/views/events/_pictures.html.haml
your_platform-1.0.0 app/views/events/_pictures.html.haml
your_platform-0.0.2 app/views/events/_pictures.html.haml