Sha256: bb9b05960ac55f7a01f5c1b9755acadcd51c1be918c5c9398e70b26a6ad776c5

Contents?: true

Size: 703 Bytes

Versions: 1

Compression:

Stored size: 703 Bytes

Contents

.slider_container
  .slider
    - (1..4).to_a.each do |index|
      .slider_item style="background-image: url('/assets/slider_img#{index}.jpg')"

  .slider_container_wrapper
    .slider_container_content
      .slider_container_slogan
        = raw @structure.try(:main)
        / a.button href="/" = I18n.t :see_how_it_works, scope: [:layout, :button]

    .section.advantages
      .section_content
        - @children.each_with_index do |item, index|
          .advantage_item
            .icon = image_tag "advantages_icon#{index % 5 + 1}.png"
            .advantage_item_block = raw item.try(:main)

    = link_to I18n.t(:translate_now, scope: [:layout, :button]), new_order_path, class: 'button'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/cells/composite/welcome_slider.html.slim