diff --git a/app/views/projects/dts_dep.html.erb b/app/views/projects/dts_dep.html.erb
index 66e053ebe..099e7d6d6 100644
--- a/app/views/projects/dts_dep.html.erb
+++ b/app/views/projects/dts_dep.html.erb
@@ -7,6 +7,8 @@
#out{}
#in{width:10px; height:20px;background:#15BCCF;color:white;text-align:center;}
#font_color{background:yellow;text-align:center;color:white;}
+ td.redBox {border:1px solid #b0b0b0; width:80px; background-color:#EAEAEA; }
+ td.redBox2 {border:1px solid #b0b0b0; width:120px; }
-
语言:Java 总文件数:361 代码行数:48662
+
+
语言:Java 总文件数:361 代码行数:48662
+
+ <% @dts.each do |dt| %>
- <% @dts.each do |dt| %>
-
-
- 错误变量 |
- <%= dt.Variable %> |
- 起始行 |
- <%= dt.StartLine %> |
- IP行 |
- <%= dt.IPLine %> |
-
-
- 缺陷代码 |
- <%= dt.IPLineCode %> |
-
-
- 错误描述 |
- <%= dt.Description %> |
-
-
- 文件 |
- <%= dt.File %> |
-
-
- <% end %>
+
+
+ 错误变量 |
+ <%= dt.Variable %> |
+ 起始行 |
+ <%= dt.StartLine %> |
+ IP行 |
+ <%= dt.IPLine %> |
+
+
+ 缺陷代码 |
+ <%= dt.IPLineCode %> |
+
+
+ 错误描述 |
+ <%= dt.Description %> |
+
+
+ 文件 |
+ <%= dt.File %> |
+
+
+ <% end %>
+
\ No newline at end of file
diff --git a/app/views/projects/dts_repos.html.erb b/app/views/projects/dts_repos.html.erb
new file mode 100644
index 000000000..28f0398c5
--- /dev/null
+++ b/app/views/projects/dts_repos.html.erb
@@ -0,0 +1,3 @@
+
+
<%= l(:label_project_dts) %>
+
\ No newline at end of file
diff --git a/app/views/projects/yun_dep.html.erb b/app/views/projects/yun_dep.html.erb
index 58bc1cfb4..71780faa3 100644
--- a/app/views/projects/yun_dep.html.erb
+++ b/app/views/projects/yun_dep.html.erb
@@ -42,6 +42,6 @@
\ No newline at end of file
diff --git a/config/routes.rb b/config/routes.rb
index 4be8cdb6b..1ae607eb7 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -396,8 +396,9 @@ RedmineApp::Application.routes.draw do
get 'invite_members', :action=> 'invite_members'
get 'invite_members_by_mail', :action=> 'invite_members_by_mail'
+ # get 'dts_repos', :aciton => 'dts_repos'
get 'send_mail_to_member', :action => 'send_mail_to_member'
- match 'user_watcherlist', :to => 'projects#watcherlist', :via => :get, :as => "watcherlist" #add by huang
+ match 'user_watcherlist', :to => 'projects#watcherlist', :via => :get, :as => "watcherlist"
#end
post 'modules'
post 'archive'