Sha256: f89134510499645cfb7a986827827220abfdcb22f848e91aa0b3696adf3cbfc6

Contents?: true

Size: 532 Bytes

Versions: 19

Compression:

Stored size: 532 Bytes

Contents

- path = controller.controller_name
- path = "admin/#{path}" if controller.class.to_s.starts_with?("Admin::")

%h4 #{t(:search_assets, t(controller.controller_name + "_small"))}
%div{ :style => "margin: 0px 0px 6px 0px" }
  = text_field_tag('query', @current_query, :size => 23)

:javascript
  var searchTimeout;

  $('#query').on('keydown', function(event) {
    $el = $(event.target)
    if (searchTimeout) clearTimeout(searchTimeout);
    searchTimeout = setTimeout(function () { crm.search($el.val(), '#{path}'); }, 500);
  });

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/shared/_search.html.haml
fat_free_crm-0.15.2 app/views/shared/_search.html.haml
fat_free_crm-0.16.4 app/views/shared/_search.html.haml
fat_free_crm-0.14.1 app/views/shared/_search.html.haml
fat_free_crm-0.15.1 app/views/shared/_search.html.haml
fat_free_crm-0.16.3 app/views/shared/_search.html.haml
fat_free_crm-0.16.2 app/views/shared/_search.html.haml
fat_free_crm-0.16.1 app/views/shared/_search.html.haml
fat_free_crm-0.16.0 app/views/shared/_search.html.haml
fat_free_crm-0.15.0 app/views/shared/_search.html.haml
fat_free_crm-0.15.0.beta.2 app/views/shared/_search.html.haml
fat_free_crm-0.15.0.beta app/views/shared/_search.html.haml
fat_free_crm-0.14.0 app/views/shared/_search.html.haml
reduced_fat_crm-0.15.0.beta app/views/shared/_search.html.haml
reduced_fat_crm-0.14.0 app/views/shared/_search.html.haml
fat_free_crm-0.13.6 app/views/shared/_search.html.haml
fat_free_crm-0.13.5 app/views/shared/_search.html.haml
fat_free_crm-0.13.4 app/views/shared/_search.html.haml
fat_free_crm-0.13.3 app/views/shared/_search.html.haml