diff --git a/views/search/search_forms/_community_fields.html.erb b/views/search/search_forms/_community_fields.html.erb index 0425e2e..8e23bb8 100644 --- a/views/search/search_forms/_community_fields.html.erb +++ b/views/search/search_forms/_community_fields.html.erb @@ -1,7 +1,5 @@ - +
- - <%= text_field_tag(:query) %>
diff --git a/views/search/search_forms/_institution_fields.html.erb b/views/search/search_forms/_institution_fields.html.erb index 9de1c3e..921098e 100644 --- a/views/search/search_forms/_institution_fields.html.erb +++ b/views/search/search_forms/_institution_fields.html.erb @@ -1,74 +1,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
<%= label_tag("intitution_name", _("Name"))%> <%= text_field_tag(:intitution_name) %>
<%= _("Country") %> - <%= select_tag(:intitution_country, options_for_select(CountriesHelper.countries)) %> -
<%= label_tag("intitution_state", _("Stage"))%> <%= text_field_tag(:intitution_state) %>
<%= label_tag("intitution_city", _("City"))%> <%= text_field_tag(:intitution_city) %>
<%= label_tag("intitution_cnpj", _("cnpj"))%> <%= text_field_tag(:intitution_cnpj, nil, :placeholder=>"99.999.999/9999-99", :class=>"intitution_cnpj_field") %>
<%= label_tag("intitution_acronym", _("Acronym"))%> <%= text_field_tag(:intitution_acronym, nil) %>
<%= _("Institution type ?") %> - - - - - -
<%= _("Governmental Power") %> - <%= collection_select(:institution_gov_power, :id, GovernmentalPower.all, :id, :name, :prompt=>_("Any")) %> -
<%= _("Governmental Sphere") %> - <%= collection_select(:institution_gov_sphere, :id, GovernmentalSphere.all, :id, :name, :prompt=>_("Any")) %> -
<%= _("Juridical Nature") %> - <%= collection_select(:institution_juridical_nature, :id, JuridicalNature.all, :id, :name, :prompt=>_("Any")) %> -
\ No newline at end of file -- libgit2 0.21.2