Sha256: 97d4efd4aa3d604e8d9a66edec698e18081a56531977f7faf51070c501cd6425

Contents?: true

Size: 353 Bytes

Versions: 3

Compression:

Stored size: 353 Bytes

Contents

%h1.pictures= t :pictures
.pictures
  .galleria{data: {theme_js_path: asset_path('galleria-classic.js')}}
    - for attachment in attachments
      = render partial: 'attachments/picture', locals: { attachment: attachment }
  .picture-info
    .picture-title
      = attachments.first.title
    .picture-description
      = attachments.first.description

Version data entries

3 entries across 3 versions & 1 rubygems

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