Sha256: 015141e5ecbb5a945851de42426217d21ed93b9dd55762e88066a776cfce9241

Contents?: true

Size: 321 Bytes

Versions: 6

Compression:

Stored size: 321 Bytes

Contents

.col-12
  %h2 {{section.title}}

.thumbnails
  {{#each projects}}
  .col-12
    .thumbnail
      %a{ :href=> "{{ProjectUrl this}}" }
        %img.img-responsive{ :alt => "{{title}}", :src => "{{ProjectImg 'xlarge'}}" }
      .caption
        %h4
          %a.pjax{:href => "{{ProjectUrl this}}"} {{ title }}

  {{/each}}

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
pullentity-client-0.3.9 lib/pullentity-client/templates/app/views/list.haml
pullentity-client-0.3.9 lib/pullentity-client/templates/app/views/themes/list-2.haml
pullentity-client-0.3.8 lib/pullentity-client/templates/app/views/list.haml
pullentity-client-0.3.8 lib/pullentity-client/templates/app/views/themes/list-2.haml
pullentity-client-0.3.7 lib/pullentity-client/templates/app/views/list.haml
pullentity-client-0.3.7 lib/pullentity-client/templates/app/views/themes/list-2.haml