Sha256: 19698178515582253088b6fbe0de7eff57f047d235dc289c2e339d0bd80e97fe

Contents?: true

Size: 472 Bytes

Versions: 12

Compression:

Stored size: 472 Bytes

Contents

.alerts
  - if flash[:notice]
    .alert.alert-info
      <button type="button" class="close" data-dismiss="alert">×</button>
      = flash[:notice]
  - if flash[:success]
    .alert.alert-success
      <button type="button" class="close" data-dismiss="alert">×</button>
      = flash[:success]
  - if flash[:error] || flash[:alert]
    .alert.alert-error
      <button type="button" class="close" data-dismiss="alert">×</button>
      = flash[:error] || flash[:alert]

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
honey-cms-0.4.8 app/views/layouts/_flash.html.haml
honey-cms-0.4.7 app/views/layouts/_flash.html.haml
honey-cms-0.4.6 app/views/layouts/_flash.html.haml
honey-cms-0.4.5 app/views/layouts/_flash.html.haml
honey-cms-0.4.2 app/views/layouts/_flash.html.haml
honey-cms-0.4.1 app/views/layouts/_flash.html.haml
honey-cms-0.4.0 app/views/layouts/_flash.html.haml
honey-cms-0.3.13 app/views/layouts/_flash.html.haml
honey-cms-0.3.12 app/views/layouts/_flash.html.haml
honey-cms-0.3.11 app/views/layouts/_flash.html.haml
honey-cms-0.3.10 app/views/layouts/_flash.html.haml
honey-cms-0.3.9 app/views/layouts/_flash.html.haml