Sha256: 95df316821834ddd07f28297462c4874f46159fe1274cdee6f5ed2b78639c381

Contents?: true

Size: 247 Bytes

Versions: 226

Compression:

Stored size: 247 Bytes

Contents

%h1 Partial layout used with for block:
- if Haml::Util.ap_geq_3?
  = render :layout => 'layout_for_partial.haml' do
    %p Some content within a layout
- else
  - render :layout => 'layout_for_partial.haml' do
    %p Some content within a layout

Version data entries

226 entries across 226 versions & 4 rubygems

Version Path
haml-2.2.22 test/haml/templates/partial_layout.haml
haml-edge-2.3.174 test/haml/templates/partial_layout.haml
haml-edge-2.3.173 test/haml/templates/partial_layout.haml
haml-edge-2.3.172 test/haml/templates/partial_layout.haml
haml-edge-2.3.171 test/haml/templates/partial_layout.haml
haml-edge-2.3.170 test/haml/templates/partial_layout.haml