Sha256: 19d17c46fe52841aa12c030e3c99d6f6d46c2a929d1f1f6cced4f52135c5511c

Contents?: true

Size: 269 Bytes

Versions: 5

Compression:

Stored size: 269 Bytes

Contents

.first
  = aureus_box "first_box" do
    %strong content

.second
  = aureus_box "a title", :centered => true, :for => :form do
    %li a entry

.third
  = aureus_box "a title" do |b|
    - b.content do
      %strong the content
    - b.foot do
      %strong the footer

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
aureus-1.3.1 spec/lib/views/box.haml
aureus-1.3.0 spec/lib/views/box.haml
aureus-1.2.2 spec/lib/views/box.haml
aureus-1.2.1 spec/lib/views/box.haml
aureus-1.2.0 spec/lib/views/box.haml