From 6f0e18f3a696d246d730cd8f32bd16233bc8be86 Mon Sep 17 00:00:00 2001
From: sw <939547590@qq.com>
Date: Wed, 26 Nov 2014 14:49:55 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AB=9E=E8=B5=9B=E7=9B=B8?=
=?UTF-8?q?=E5=85=B3=E6=A8=A1=E5=9D=97=E7=9A=84=E6=A0=87=E9=A2=98=E6=A0=8F?=
=?UTF-8?q?=E4=BF=A1=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
...softapplication_index_top_content.html.erb | 16 +++++++++-----
..._base_softapplication_top_content.html.erb | 22 ++++++++++++-------
app/views/layouts/base_newcontest.html.erb | 9 ++++----
3 files changed, 29 insertions(+), 18 deletions(-)
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 ff897a866..f5daa020e 100644
--- a/app/views/layouts/_base_softapplication_index_top_content.html.erb
+++ b/app/views/layouts/_base_softapplication_index_top_content.html.erb
@@ -13,8 +13,14 @@
- <%=l(:label_contest_innovate_community)%> |
- <%= l(:label_user_location) %> : |
+
+
+ <%=l(:label_contest_innovate_community)%>
+
+ |
+
+ <%= l(:label_user_location) %> :
+ |
<%= form_tag({:controller => 'softapplications', :action => 'search'}, :method => :get, :id => "search_softapplications") do %>
@@ -28,9 +34,9 @@
|
- <%=link_to request.host()+"/softapplications", :controller=>'softapplications', :action=>'index' %> |
- <%=link_to l(:field_homepage), home_path %> >
- <%=link_to l(:label_contest_work), :controller=>'softapplications', :action=>'index' %>
+ |
+ <%=link_to l(:field_homepage), home_path %> >
+ <%=link_to l(:label_contest_work), :controller=>'softapplications', :action=>'index' %>
|
diff --git a/app/views/layouts/_base_softapplication_top_content.html.erb b/app/views/layouts/_base_softapplication_top_content.html.erb
index 71c708d63..e92ce7c34 100644
--- a/app/views/layouts/_base_softapplication_top_content.html.erb
+++ b/app/views/layouts/_base_softapplication_top_content.html.erb
@@ -1,18 +1,24 @@
- <%=l(:label_contest_innovate_community)%> |
- <%= l(:label_user_location) %> : |
+
+
+ <%=l(:label_contest_innovate_community)%>
+
+ |
+
+ <%= l(:label_user_location) %> :
+ |
|
- <%=link_to request.host()+"/contests", :controller=>'contests', :action=>'index' %> |
- <%=link_to l(:field_homepage), home_path %> >
- <%=link_to l(:label_contest_innovate), :controller=>'contests', :action=>'index' %> >
-
- <% contest = @softapplication.contests.first %><%= contest ? link_to(contest.name, show_contest_contest_path(contest)) : '尚未加入竞赛'%>
-
+ |
+ <%=link_to l(:field_homepage), home_path %> >
+ <%=link_to l(:label_contest_innovate), :controller=>'contests', :action=>'index' %> >
+
+ <% contest = @softapplication.contests.first %><%= contest ? link_to(contest.name, show_contest_contest_path(contest)) : '尚未加入竞赛'%>
+
|
diff --git a/app/views/layouts/base_newcontest.html.erb b/app/views/layouts/base_newcontest.html.erb
index 381a6a61d..52a65e379 100644
--- a/app/views/layouts/base_newcontest.html.erb
+++ b/app/views/layouts/base_newcontest.html.erb
@@ -27,8 +27,10 @@
-
- <%=l(:label_contest_innovate_community)%>
+ |
+
+ <%=l(:label_contest_innovate_community)%>
+
|
<%= l(:label_user_location) %> :
@@ -44,9 +46,6 @@
|
-
- <%=link_to request.host()+"/contests", :controller=>'contests', :action=>'index' %>
- |
<%=link_to l(:field_homepage), home_path %> >
<%=link_to l(:label_contest_innovate), :controller=>'contests', :action=>'index' %> >
|