index.html.haml revision a5db3b43f2fd314675b09ec7c90cfb4a1cc2bf5e
%h2= @page_title = 'Symbols'
= form_tag :entities_search, method: :get do
.input-group
= text_field_tag :q, @query, placeholder: 'Symbol', class: 'form-control'
%span.input-group-btn
%button.btn.btn-primary{type: 'submit'}
%span.glyphicon.glyphicon-search
- if @query
%p
%strong= pluralize @group.matches, 'Symbol'
= @max_groups > @groups.size ? 'found in' : 'found, displaying the first'
%strong= pluralize @groups.size, 'Ontology'
%ol.searchResult
= render partial: 'group', collection: @groups