index.html.haml revision f0ca746a6bd0b5e749486e1a62f4005611a6c53f
%h2= @page_title = 'Symbols'
= form_tag :symbols, :method => :get, class: 'form-search' do
.input-append
= text_field_tag :q, @query, placeholder: 'Symbol text', class: 'search-query'
%button.btn Search symbols
%button.help{ title: t('search.help') } ?
-if @query
%p
%strong= pluralize @group.matches, 'Symbol'
= @max_groups > @groups.size ? 'found in' : 'found, displaying the first'
%strong= pluralize @groups.size, 'Ontology'
= render :partial => 'group', :collection => @groups