diff --git a/app/views/projects/dts_rep.html.erb b/app/views/projects/dts_rep.html.erb
index e62c58283..8c2a9e0d8 100644
--- a/app/views/projects/dts_rep.html.erb
+++ b/app/views/projects/dts_rep.html.erb
@@ -1,30 +1,77 @@
+
语言:Java 总文件数:361 代码行数:48662
+
+
+
-
-<% @dts.each do |dt| %>
-
-
- 错误变量 |
- <%= dt.Variable %> |
- 起始行 |
- <%= dt.StartLine %> |
- IP行 |
- <%= dt.IPLine %> |
-
-
- 缺陷代码 |
- <%= dt.IPLineCode %> |
-
-
- 错误描述 |
- <%= dt.Description %> |
-
-
-<% end %>
\ No newline at end of file
+
+ <% @dts.each do |dt| %>
+
+
+ 错误变量 |
+ <%= dt.Variable %> |
+ 起始行 |
+ <%= dt.StartLine %> |
+ IP行 |
+ <%= dt.IPLine %> |
+
+
+ 缺陷代码 |
+ <%= dt.IPLineCode %> |
+
+
+ 错误描述 |
+ <%= dt.Description %> |
+
+
+ 文件 |
+ <%= dt.File %> |
+
+
+ <% end %>
+
\ No newline at end of file
diff --git a/config/routes.rb b/config/routes.rb
index b74fd28fd..b460db857 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -385,8 +385,11 @@ RedmineApp::Application.routes.draw do
get 'feedback', :action => 'feedback', :as => 'project_feedback'
get 'watcherlist', :action=> 'watcherlist'
+
+ # 添加dts测试工具
get 'dts_rep', :action=> 'dts_rep'
get 'dts_yun', :action=> 'dts_yun'
+
get 'invite_members', :action=> 'invite_members'
get 'invite_members_by_mail', :action=> 'invite_members_by_mail'
get 'send_mail_to_member', :action => 'send_mail_to_member'