index.html.haml revision f09f213473bc50378e9630c851e7ab4c1db07d1b
%h2= @page_title = 'Entity Search'
= form_tag :search, :method => :get do
= text_field_tag :q, @query, :placeholder => 'Search for entities'
= submit_tag 'Search', :name => nil #, 'data-disable-with' => 'Searching ...'
%button.help{:title => t('search.help') } ?
%p
%strong= pluralize @group.matches, "Entity"
= @max_groups > @groups.size ? 'found in' : 'found, displaying the first'
%strong= pluralize @groups.size, "Ontology"
= render :partial => 'group', :collection => @groups