From 5d65901ebd919d000f552fd6b8fe46d638a333b1 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Wed, 17 Sep 2014 16:08:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/contests/index.html.erb | 107 +++++++++++------------------- 1 file changed, 39 insertions(+), 68 deletions(-) diff --git a/app/views/contests/index.html.erb b/app/views/contests/index.html.erb index 998eabf80..115b154e6 100644 --- a/app/views/contests/index.html.erb +++ b/app/views/contests/index.html.erb @@ -1,75 +1,46 @@
<%= l(:label_contest_innovate) %> | -<%= l(:label_user_location) %> : | -
- <% if User.current.logged? %>
+ <%= form_tag({:controller => 'contests', :action => 'index'}, :method => :get) do %>
+
- <%= render :partial => 'contest_list',
- :locals => {:contests => @contests, :contest_pages => @contest_pages}
- %>
+
+ <% end %>
+ <% end %>
+ |
+
+
+ <%= text_field_tag 'name', params[:name], :size => 30 %>
+ <%= hidden_field_tag 'project_type', params[:project_type] %>
+ <%= submit_tag l(:label_search), :class => "enterprise", :name => "contests_search" %>
+
+ |
+ ||||||
+ + <%= link_to request.host()+"/contests", contests_path %> + + + | ++ <%=link_to l(:field_homepage), home_path %> > + <%=link_to l(:label_contest_innovate), :controller => 'contests', :action => 'index' %> + + | +