From 73424b0c59b39d318688bc44773c35061c44b976 Mon Sep 17 00:00:00 2001 From: xianbo Date: Wed, 6 Nov 2013 11:14:42 +0800 Subject: [PATCH] fix --- app/views/layouts/base_contest.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/base_contest.html.erb b/app/views/layouts/base_contest.html.erb index 6888ab1d0..a30dc6fb0 100644 --- a/app/views/layouts/base_contest.html.erb +++ b/app/views/layouts/base_contest.html.erb @@ -41,7 +41,8 @@ <%=link_to "forge.trustie.net/contest", :controller => 'bids', :action => 'contest' %> - <%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_contest_innovate), :controller => 'bids', :action => 'contest' %> > <%= @bid.name %> + <%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_contest_innovate), :controller => 'bids', :action => 'contest' %> > + <%= link_to @bid.name, bid_path %>