<%= form_tag(:controller => 'open_source_projects', :action => "search", :method => :get) do %>
开源项目社区 <%= l(:label_user_location) %> :
<%= link_to request.host()+"/open_source_projects", :controller => 'open_source_projects', :action => 'index' %> <%= link_to l(:field_homepage), home_path %> > <%= link_to "开源项目社区", :controller => 'open_source_projects', :action => 'index' %>
<% end %>
<%= javascript_include_tag "ichart.1.2.min" %> <%= stylesheet_link_tag "buglist-div-use.css" %> <%= stylesheet_link_tag "buglist-ichart.css" %> <%= stylesheet_link_tag "buglist.css" %>

安全态势分析

软件安全态势

<%= link_to '更多 >>', allbug_open_source_projects_path %>
    <% @bugs.each do |bug| %>
  • [<%= show_description_of_bug(bug) %>]<%= link_to bug.bug.subject, bug.bug.url, :target => '_blank' %>
  • <% end %>
<%#======================================================================box before%>
<%#======================================================================box after%>
<% html_title(l(:label_project_plural)) -%>