Sha256: d5d6f33e6bde7a7ccce6b5b703a3e561e0ac8cbf758d06d52f424fb2220b51ed

Contents?: true

Size: 563 Bytes

Versions: 2

Compression:

Stored size: 563 Bytes

Contents

%nav.main_nav.clearfix
  %form.right.search
    %input{:type => "search", :name => "search[name]", :placeholder => "Search", :results => 5, :autosave => "site_search"}

  = link_to "Home", root_url, {:class => "active home"}
  = link_to "Section1", root_url
  = link_to "Section2", root_url
  = link_to "Section3", root_url
  = link_to "Section4", root_url


- if flash[:success]
  .flash.success= flash[:success]
- if flash[:notice]
  .flash.notice= flash[:notice]
- if flash[:alert]
  .flash.alert= flash[:alert]
- if flash[:error]
  .flash.error= flash[:error]

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
speedo-0.0.2 app/views/speedo/shared/_nav_flash.haml
speedo-0.0.1 app/views/speedo/shared/_nav_flash.haml