Sha256: 99662996002af464b6610c6c66dffc32b6f74a510cc926e893c49572f155111d

Contents?: true

Size: 593 Bytes

Versions: 8

Compression:

Stored size: 593 Bytes

Contents

.css_box
  - content = capture do
    - if (top_aspects = yield :top_aspects).present?
      .the_aspects= top_aspects
    - if (content = yield :content).present?
      .the_content= content
    - if (aspects = yield :aspects).present? or (bottom_aspects = yield :bottom_aspects).present?
      .the_aspects
        = aspects
        = bottom_aspects
  - if (tools = yield :tools).present?
    %table.css_table
      %tbody
        %tr
          %td.css_td1        
            = content
          %td.css_td2
            .the_tools
              = tools
  - else
    .css_box
      = content

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rad_common_interface-0.0.14 app/views/themes/default/layout_templates/default.html.haml
rad_common_interface-0.0.13 app/views/themes/default/layout_templates/default.html.haml
rad_common_interface-0.0.12 app/views/themes/default/layout_templates/default.html.haml
rad_common_interface-0.0.11 app/views/themes/default/layout_templates/default.html.haml
rad_common_interface-0.0.10 app/views/themes/default/layout_templates/default.html.haml
rad_common_interface-0.0.9 app/views/themes/default/layout_templates/default.html.haml
rad_common_interface-0.0.8 app/views/themes/default/layout_templates/default.html.haml
rad_common_interface-0.0.7 app/views/themes/default/layout_templates/default.html.haml