diff --git a/app/views/layouts/_base_softapplication_index_top_content.html.erb b/app/views/layouts/_base_softapplication_index_top_content.html.erb index db1e5df56..de9930d91 100644 --- a/app/views/layouts/_base_softapplication_index_top_content.html.erb +++ b/app/views/layouts/_base_softapplication_index_top_content.html.erb @@ -1,3 +1,15 @@ + +
<%= l(:label_user_location) %> : |
- <%= form_tag({:controller => 'softapplications', :action => 'search'}, :method => :get, :remote => true) do %>
+ <%= form_tag({:controller => 'softapplications', :action => 'search'}, :method => :get, :remote => true, :id => "search_softapplications") do %>
<%= text_field_tag 'name', params[:name], :size => 25 %>
<%= hidden_field_tag 'project_type', params[:project_type] %>
- <%= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
+
+ <%#= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
<% end %>
|
diff --git a/app/views/softapplications/_list.html.erb b/app/views/softapplications/_list.html.erb
index 9ce6e269b..4f99519b5 100644
--- a/app/views/softapplications/_list.html.erb
+++ b/app/views/softapplications/_list.html.erb
@@ -5,7 +5,7 @@
<%= rating_for softapplication, :static => true, dimension: :quality, class: 'rateable div_inline' %>
-