From ae4eed45c3167af958be6145ce7d4aed3beb84c8 Mon Sep 17 00:00:00 2001 From: huang Date: Wed, 22 Jul 2015 10:05:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E6=96=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/projects/_tools_expand.html.erb | 64 +++++++---------------- config/locales/projects/zh.yml | 2 +- 2 files changed, 19 insertions(+), 47 deletions(-) diff --git a/app/views/projects/_tools_expand.html.erb b/app/views/projects/_tools_expand.html.erb index 4cf7ebcab..85c8ca6b1 100644 --- a/app/views/projects/_tools_expand.html.erb +++ b/app/views/projects/_tools_expand.html.erb @@ -43,97 +43,69 @@
  • <% if User.current.admin? %> - 软件知识库 - <%#= link_to l(:label_project_soft_knowledge) ,soft_knowledge_project_path(@project) %> + QoS评估工具 + <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> <% end %>
  • <% if User.current.admin? %> - 软件资源库 - <%#= link_to l(:label_project_soft_file) ,soft_file_project_path(@project) %> + QoS证据采集工具 + <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> <% end %>
  • -
  • <% if User.current.admin? %> - <%= link_to l(:label_project_dts_new) ,dts_dep_project_path(@project), data: { confirm:'你确定要对本项目进行代码缺陷测试分析吗?' } %> + QoS证据评估统计分析工具 + <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> <% end %>
  • -
  • <% if User.current.admin? %> - 在线开发平台 - <%#= link_to l(:label_project_online_dev) ,online_dev_project_path(@project) %> + <%= link_to "代码缺陷测试工具(DTS)" ,dts_dep_project_path(@project), data: { confirm:'你确定要对本项目进行代码缺陷测试分析吗?' } %> <% end %>
  • <% if User.current.admin? %> - 软工服务平台 - <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> + 软工服务平台(SASSP) <% end %>
  • -
  • <% if User.current.admin? %> - 形式验证工具 - <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> + 软件知识库(KnowledgeBase) <% end %>
  • -
  • <% if User.current.admin? %> - QoS 评估工具 - <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> + 可信评估工具(Evaluator) <% end %>
  • -
  • <% if User.current.admin? %> - QoS 证据采集工具 - <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> + 在线验证工具(BACH-Online) <% end %>
  • -
  • <% if User.current.admin? %> - 可信度评估工具 SAS - - <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> + 软件测试工具(SSCC-Web) <% end %>
  • -
  • <% if User.current.admin? %> - 可信评估工具 Evaluator - <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> + 服务资源共享平台(ServiceXchange) <% end %>
  • -
  • <% if User.current.admin? %> - 软件测试工具 SSCC-Web - <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> + 在线服务开发平台(ServiceFoundry) <% end %>
  • - - - - - - -
  • <% if User.current.admin? %> - QoS 证据评估统计分析工具 - <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> + 组合开发和运行演化平台(Service4All) <% end %>
  • -
  • - <% if User.current.admin? %> - 在线验证工具 BACH-Online - <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> - <% end %> -
  • + + + diff --git a/config/locales/projects/zh.yml b/config/locales/projects/zh.yml index e1971cfb9..6c2646acf 100644 --- a/config/locales/projects/zh.yml +++ b/config/locales/projects/zh.yml @@ -92,7 +92,7 @@ zh: label_project_dts_new: DTS缺陷测试 label_project_dts_statics: DTS缺陷报告 - label_project_dts_yun: 云化部署 + label_project_dts_yun: 云化部署工具 label_project_soft_knowledge: 软件知识库 label_project_soft_file: 软件资源库 label_project_online_dev: 在线开发平台