diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb
index 35e99dc6c..9aac1c934 100644
--- a/app/controllers/tags_controller.rb
+++ b/app/controllers/tags_controller.rb
@@ -1,6 +1,6 @@
# This controller was added by william
class TagsController < ApplicationController
-
+ layout "base_tags"
before_filter :require_admin,:only => :show
include ProjectsHelper
include IssuesHelper
diff --git a/app/views/tags/index.html.erb b/app/views/tags/index.html.erb
index 98a009f3b..ecde0bd33 100644
--- a/app/views/tags/index.html.erb
+++ b/app/views/tags/index.html.erb
@@ -1,4 +1,5 @@
-
+<% content_for :sidebar do %>
+
-
Selected Tags
@@ -14,8 +15,9 @@
-
-
+<% end %>
+<% content_for :content do %>
+
Search Results
-
+<% end %>
diff --git a/public/themes/redpenny-master/stylesheets/application.css b/public/themes/redpenny-master/stylesheets/application.css
index ae5f70bc4..222682f5d 100644
--- a/public/themes/redpenny-master/stylesheets/application.css
+++ b/public/themes/redpenny-master/stylesheets/application.css
@@ -446,7 +446,7 @@ ul.projects li.root
{
width:240px;/*by young*/
height: auto;
- background:#edecec; /*主题框架背景yanse*/
+ background:#fff; /*主题框架背景yanse*/
margin-bottom: 30px;
border-right:1px solid #C6E9F1;
overflow:auto;