Sha256: 9a6500c061fed768763e9a24279ee4714e22b5fe4a8b34a83a7ac20198d0258f

Contents?: true

Size: 668 Bytes

Versions: 7

Compression:

Stored size: 668 Bytes

Contents

para { 'https://github.com/Naggi-Goishi/siema-rails' }


code_demo {
  %Q{
    div(class: 'ae-carousel') {
      div(class: 'ae-carousel-item', style: "background-image: url('http://lorempixel.com/1000/300/food')") {
        div(class: 'ae-carousel-controls') {
          div(class: 'ae-btn-group ae-btn-group-right') {
            button(class: 'ae-btn ae-btn-primary', type: 'button') { 'Back' }
            button(class: 'ae-btn ae-btn-primary', type: 'button') { 'Next' }
          }
        }
        div(class: 'ae-carousel-caption') {
          h3(class: 'carousel-heading') { 'Slide 1 Title' }
          para { 'Slide 1 caption' }
        }
      }
    }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
express_ui-0.5.0 app/views/express_ui/scripts/_carousel.html.et
express_ui-0.4.2 app/views/express_ui/scripts/_carousel.html.et
express_ui-0.4.1 app/views/express_ui/scripts/_carousel.html.et
express_ui-0.4.0 app/views/express_ui/scripts/_carousel.html.et
express_ui-0.3.0 app/views/express_ui/scripts/_carousel.html.et
express_ui-0.2.1 app/views/express_ui/scripts/_carousel.html.et
express_ui-0.2.0 app/views/express_ui/scripts/_carousel.html.et