index.html.haml revision 67ea9fccbdc154cf2418f16ab8883ccfcbc77b51
%h2= @page_title = 'Symbols'
%p
= pluralize Symbol.count, "symbol"
currently available
.clearfix
= form_tag :symbols_search, method: :get do
.input-group
= text_field_tag :q, @query, placeholder: 'Symbol', class: 'form-control'
%button.btn.btn-primary{type: 'submit'}
- if @query
%p
%strong= pluralize @group.matches, 'Symbol'
= @max_groups > @groups.size ? 'found in' : 'found, displaying the first'
%strong= pluralize @groups.size, Settings.OMS.capitalize
= render partial: 'group', collection: @groups