You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trustieforge/app/views/quality_analysis/index.html.erb

11 lines
232 B

<% if @name_flag %>
<%= @results.each do |result| %>
<p>
<%=link_to result["k"], project_quality_analysis_path(:name => result["k"]) %>
</p>
<% end %>
<% else %>
<%= render "show" %>
<% end %>