Sha256: 1b3bb0b63f13e16f893706a989e0d50224a711c5f98cb88283bac0bfc9e74355

Contents?: true

Size: 599 Bytes

Versions: 3

Compression:

Stored size: 599 Bytes

Contents

%section
  = to_markup 'title_and_breadcrumb', {title: title, nav: nav}
  %ul.groups
    - groups.each do |group_name|
      %li{ title: group_name }
        %a{ onclick: 'openImagesGallery("' + gallery_url(group_key, group_name, filters) + '");' }
          %figure
            %div{ style: 'background-image: url("api/group_thumbnail?' + group_key + '=' + group_name + '")' }
            %figcaption
              = group_name
              - group_brief = api_group_brief({ group_key => group_name })
              - unless group_brief.empty?
                %br
                %em= group_brief

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
intranet-pictures-2.2.0 lib/intranet/resources/haml/pictures_browse.haml
intranet-pictures-2.1.0 lib/intranet/resources/haml/pictures_browse.haml
intranet-pictures-2.0.0 lib/intranet/resources/haml/pictures_browse.haml