Sha256: f147efa4f69a8232fbd8c16a2e7b2332612b0a24e0a157cd57cee64a2939adb4

Contents?: true

Size: 411 Bytes

Versions: 2

Compression:

Stored size: 411 Bytes

Contents

%section.main-section
  -if flash[:notice]
    .row
      .large-8.large-centered.columns
        .alert-box.info.round{:data => { :alert => true}}
          =flash[:notice]
          %a.close(href="#") ×
  -if flash[:alert]
    .row
      .large-8.large-centered.columns
        .alert-box.alert.round{:data => { :alert => true}}
          =flash[:alert]
          %a.close(href="#") ×
  = content

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bookshout-theme-1.0.1 app/views/bookshout-theme/_main.html.haml
bookshout-theme-1.0.0 app/views/bookshout-theme/_main.html.haml