Sha256: 2e7c80b9ab6bca2886220891e260c145da84046b4383389d0c5c74565e38b4b7

Contents?: true

Size: 626 Bytes

Versions: 15

Compression:

Stored size: 626 Bytes

Contents

#results.search_icon

  - if @results
    - published_status = Page.published_status(_sid).id
    = paginate @results
    #ul
      - @results.each do |result|
        - model = result.load
        - if model.instance_of?(Page)
          - page = model
          - next unless (page.status_id==published_status && page.is_deleted==0)
          - next unless pref("dont_check_permissions_on_search_results")=='true' || page.category.user_can_read?(current_user)
          %li.page
            = link_to page.full_path, page.full_path, {:onMouseOver=>"tree_context_menu('#menu_page_' + #{page.id});"} 

    = paginate @results

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
kit_cms-2.3.22 app/views/pages/_search_results.html.haml
kit_cms-2.3.20 app/views/pages/_search_results.html.haml
kit_cms-2.3.19 app/views/pages/_search_results.html.haml
kit_cms-2.3.18 app/views/pages/_search_results.html.haml
kit_cms-2.3.17 app/views/pages/_search_results.html.haml
kit_cms-2.3.16 app/views/pages/_search_results.html.haml
kit_cms-2.3.15 app/views/pages/_search_results.html.haml
kit_cms-2.3.14 app/views/pages/_search_results.html.haml
kit_cms-2.3.13 app/views/pages/_search_results.html.haml
kit_cms-2.3.11 app/views/pages/_search_results.html.haml
kit_cms-2.3.10 app/views/pages/_search_results.html.haml
kit_cms-2.3.9 app/views/pages/_search_results.html.haml
kit_cms-2.3.8 app/views/pages/_search_results.html.haml
kit_cms-2.3.7 app/views/pages/_search_results.html.haml
kit_cms-2.3.6 app/views/pages/_search_results.html.haml