From b2896c16453fc5149eaa9bcf56244b7db97e92c4 Mon Sep 17 00:00:00 2001 From: xianbo Date: Wed, 9 Apr 2014 11:27:12 +0800 Subject: [PATCH] fix --- app/views/layouts/_base_header.html.erb | 4 ++-- lib/redmine.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/layouts/_base_header.html.erb b/app/views/layouts/_base_header.html.erb index cbc37f69..f34a2ef7 100644 --- a/app/views/layouts/_base_header.html.erb +++ b/app/views/layouts/_base_header.html.erb @@ -18,8 +18,8 @@ @nav_dispaly_forum_label = 1 @nav_dispaly_bid_label = 1 @nav_dispaly_contest_label = 1 - @nav_dispaly_store_all_label = 1 - end + @nav_dispaly_store_all_label = end + 1 %>