From 0609ba6df924d4fda42e5ec462c9f7fd5e83d8f6 Mon Sep 17 00:00:00 2001 From: huang Date: Mon, 20 Jul 2015 17:51:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=85=B7=EF=BC=9A=201.=20=E5=8F=AF?= =?UTF-8?q?=E4=BF=A1=E8=AF=84=E4=BC=B0=E5=B7=A5=E5=85=B7=20Evaluator=202.?= =?UTF-8?q?=E5=8F=AF=E4=BF=A1=E5=BA=A6=E8=AF=84=E4=BC=B0=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=20SAS=203.=E5=9C=A8=E7=BA=BF=E9=AA=8C=E8=AF=81=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=20BACH-Online=204.=E8=BD=AF=E4=BB=B6=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E5=B7=A5=E5=85=B7=20SSCC-Web=205.=E5=BD=A2=E5=BC=8F?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E5=B7=A5=E5=85=B7=201.QoS=20=E8=AF=81?= =?UTF-8?q?=E6=8D=AE=E9=87=87=E9=9B=86=E5=B7=A5=E5=85=B7=202.QoS=20?= =?UTF-8?q?=E8=AF=84=E4=BC=B0=E5=B7=A5=E5=85=B7=203.QoS=20=E8=AF=81?= =?UTF-8?q?=E6=8D=AE=E8=AF=84=E4=BC=B0=E7=BB=9F=E8=AE=A1=E5=88=86=E6=9E=90?= =?UTF-8?q?=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 | 50 +++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/app/views/projects/_tools_expand.html.erb b/app/views/projects/_tools_expand.html.erb index 1f6fb15ad..fa62fb71c 100644 --- a/app/views/projects/_tools_expand.html.erb +++ b/app/views/projects/_tools_expand.html.erb @@ -76,3 +76,53 @@ +
  • + <% if User.current.admin? %> + 可信评估工具 Evaluator + <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> + <% end %> +
  • +
  • + <% if User.current.admin? %> + 可信度评估工具 SAS + + <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> + <% end %> +
  • +
  • + <% if User.current.admin? %> + 在线验证工具 BACH-Online + <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> + <% end %> +
  • +
  • + <% if User.current.admin? %> + 软件测试工具 SSCC-Web + <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> + <% end %> +
  • +
  • + <% if User.current.admin? %> + 形式验证工具 + <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> + <% end %> +
  • + +
  • + <% if User.current.admin? %> + QoS 证据采集工具 + <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> + <% end %> +
  • +
  • + <% if User.current.admin? %> + QoS 评估工具 + <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> + <% end %> +
  • +
  • + <% if User.current.admin? %> + QoS 证据评估统计分析工具 + <%#= link_to l(:label_project_soft_service) ,soft_service_project_path(@project) %> + <% end %> +
  • \ No newline at end of file