修复项目缺陷、新闻、讨论区等页面无法查看bug
This commit is contained in:
parent
b4be18ab9d
commit
1ca6447478
|
@ -26,6 +26,7 @@ class BoardsController < ApplicationController
|
|||
helper :sort
|
||||
include SortHelper
|
||||
helper :watchers
|
||||
helper :project_score
|
||||
|
||||
def index
|
||||
#modify by nwb
|
||||
|
|
|
@ -52,6 +52,7 @@ class IssuesController < ApplicationController
|
|||
include IssuesHelper
|
||||
helper :timelog
|
||||
include Redmine::Export::PDF
|
||||
helper :project_score
|
||||
|
||||
def index
|
||||
retrieve_query
|
||||
|
|
|
@ -29,6 +29,7 @@ class NewsController < ApplicationController
|
|||
|
||||
helper :watchers
|
||||
helper :attachments
|
||||
helper :project_score
|
||||
|
||||
def index
|
||||
case params[:format]
|
||||
|
|
|
@ -39,6 +39,7 @@ class RepositoriesController < ApplicationController
|
|||
before_filter :check_hidden_repo, :only => [:show, :stats, :revisions, :revision, :diff ]
|
||||
helper :repositories
|
||||
include RepositoriesHelper
|
||||
helper :project_score
|
||||
#@root_path = RepositoriesHelper::ROOT_PATH
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
<% @nav_dispaly_project_label = 1
|
||||
@nav_dispaly_forum_label = 1 %>
|
||||
<% #@nav_dispaly_project_label = 1 %>
|
||||
|
|
Loading…
Reference in New Issue