Sha256: c180028f3aa44d61a628beae34de92ece6b47f0540f3d969bb24b588e2b958f1

Contents?: true

Size: 418 Bytes

Versions: 10

Compression:

Stored size: 418 Bytes

Contents

- @page_title = t('.title', :query => params[:query])

%section.page
  
  - if @result.empty?
    %p.noSearchResults= t('.no_results', :query => params[:query])
  - else
    %h1= t('.title', :query => params[:query])
    %p.searchSummary= documentation_search_summary(@result)
    = documentation_search_results(@result)        
    %p.pagination= documentation_search_pagination(@result, :link_class => 'button')
    

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
documentation-1.0.9 app/views/documentation/pages/search.html.haml
documentation-1.0.8 app/views/documentation/pages/search.html.haml
documentation-1.0.7 app/views/documentation/pages/search.html.haml
documentation-1.0.6 app/views/documentation/pages/search.html.haml
local_documentation-1.0.0 app/views/documentation/pages/search.html.haml
documentation-1.0.5 app/views/documentation/pages/search.html.haml
documentation-1.0.4 app/views/documentation/pages/search.html.haml
documentation-1.0.3 app/views/documentation/pages/search.html.haml
documentation-1.0.2 app/views/documentation/pages/search.html.haml
documentation-1.0.1 app/views/documentation/pages/search.html.haml