Sha256: 2e7d5e43afa841f29233e861ad3d8e8c253dfd82ad198acbf5ccd2d803ea0da3

Contents?: true

Size: 535 Bytes

Versions: 1

Compression:

Stored size: 535 Bytes

Contents

%section
  = to_markup 'title_and_breadcrumb', {title: title, nav: nav}
  %ul.groups
    - groups.each do |group|
      %li{ title: group['title'] }
        %a{ onclick: 'openImagesGallery("' + gallery_url(group_type, group['id'], filters) + '");' }
          %figure
            %div{ style: 'background-image: url("api/group/' + group_type + '?' + group_type + '=' + group['id'] + '")' }
            %figcaption
              = group['title']
              - if group['brief']
                %br
                %em= group['brief']

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
intranet-pictures-1.1.0 lib/intranet/resources/haml/pictures_browse.haml