Sha256: 660c53833cace2b72572e25d29d80396c96873685247ac0973eff3944bb7dac8

Contents?: true

Size: 606 Bytes

Versions: 13

Compression:

Stored size: 606 Bytes

Contents

#search
  .tabs
    %ul
      %li
        = link_to t('basic_search'), '#',    :"data-search-form" => "basic_search",    class: (params[:q]  ? "" : " active")
      %li
        = link_to t('advanced_search'), '#', :"data-search-form" => "advanced_search", class: (!params[:q] ? "" : " active")

    #search_results_count
      = t('search_results_count', count: @search_results_count)

  .search_form#basic_search{ style: (params[:q] ? 'display: none;' : '') }
    = render "basic_search"

  .search_form#advanced_search{ style: (!params[:q] ? 'display: none;' : '') }
    = ransack_ui_search remote: true

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/entities/_search.html.haml
fat_free_crm-0.22.0 app/views/entities/_search.html.haml
fat_free_crm-0.21.0 app/views/entities/_search.html.haml
fat_free_crm-0.20.1 app/views/entities/_search.html.haml
fat_free_crm-0.20.0 app/views/entities/_search.html.haml
fat_free_crm-0.19.2 app/views/entities/_search.html.haml
fat_free_crm-0.19.0 app/views/entities/_search.html.haml
fat_free_crm-0.18.2 app/views/entities/_search.html.haml
fat_free_crm-0.17.3 app/views/entities/_search.html.haml
fat_free_crm-0.18.1 app/views/entities/_search.html.haml
fat_free_crm-0.18.0 app/views/entities/_search.html.haml
fat_free_crm-0.17.2 app/views/entities/_search.html.haml
fat_free_crm-0.17.1 app/views/entities/_search.html.haml