Sha256: 410ff335f1a3c2c5b9e2ed8d8f5b1c97bd3f90bd05ee55ea5a7e0cf0ca9817da

Contents?: true

Size: 493 Bytes

Versions: 3

Compression:

Stored size: 493 Bytes

Contents

.span4
  %h2 {{project.title}}
  {{{project.body}}}
.span8
  .myCarousel.carousel.slide{:style => "float:left"}
    .carousel-inner
      {{#photos}}

      .item
        %img{:alt => "", :src => "{{img_large}}"}/
        .carousel-caption
          %h4 {{title}}
          %p {{caption}}

      {{/photos}}

    %a.left.carousel-control{"data-slide" => "prev", :href => ".myCarousel"} ‹

    %a.right.carousel-control{"data-slide" => "next", :href => ".myCarousel"} ›

  {{{fb_comments}}}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pullentity-client-0.0.9 lib/pullentity-client/templates/app/views/themes/home.haml
pullentity-client-0.0.8 lib/pullentity-client/templates/app/views/themes/home.haml
pullentity-client-0.0.7 lib/pullentity-client/templates/app/views/themes/home.haml