Sha256: 9c7f5d212d08a03e8a480947538548ff79333ee1971688dea67b31e4bbb3b4e9

Contents?: true

Size: 1.99 KB

Versions: 1

Compression:

Stored size: 1.99 KB

Contents

sass:
  pre
    background-color: #f5f5f5
  .table
    td
      width: 50%

      &:last-child
        padding-left: 50px

      img
        max-width: 100%

    textarea
      width: 470px
      min-width: 470px
      max-width: 470px
      min-height: 100%

.wrapper.without-panel
  table.table.table-striped cellspacing="0"
    tbody
      - ContentWidget.all.each do |widget|
        tr
          td
            p = widget.title
            p = image_tag("sunrise/widgets/#{widget.code}.jpg")
          td
            textarea
              = widget.sample

      tr
        td
          p Accordion Widget
          p = image_tag("sunrise/widgets/accordion.jpg")
        td
          textarea
            | <!-- WIDGET START -->
            | [WIDGET:ACCORDION:START]
            | [WIDGET:ACCORDION:ITEM:START]
            | [WIDGET:ACCORDION:TITLE:START]

            | Some title

            | [WIDGET:ACCORDION:TITLE:END]
            | [WIDGET:ACCORDION:CONTENT:START]

            | You will be able to submit your order to us via our easy to use website.You will be able to submit your order to us via our easy to use website.You will be able to submit your order to us via our easy to use website.You will be able to submit your order to us via our easy to use website.

            | [WIDGET:ACCORDION:CONTENT:END]
            | [WIDGET:ACCORDION:ITEM:END]
            | [WIDGET:ACCORDION:ITEM:START]
            | [WIDGET:ACCORDION:TITLE:START]

            | Some title

            | [WIDGET:ACCORDION:TITLE:END]
            | [WIDGET:ACCORDION:CONTENT:START]

            | You will be able to submit your order to us via our easy to use website.You will be able to submit your order to us via our easy to use website.You will be able to submit your order to us via our easy to use website.You will be able to submit your order to us via our easy to use website.

            | [WIDGET:ACCORDION:CONTENT:END]
            | [WIDGET:ACCORDION:ITEM:END]
            | [WIDGET:ACCORDION:END]
            | <!-- WIDGET END -->

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/views/sunrise/widgets/index.html.slim