mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 18:59:38 +02:00
6 lines
123 B
Text
6 lines
123 B
Text
= search_form_for [:admin, @q] do |f|
|
|
= f.search_field :name_cont
|
|
= f.submit do
|
|
%span.glyphicon.glyphicon-search
|
|
|
|
|