<% if flash[:notice] %> <% end %> <% if flash[:alert] %> <% end %>

Analysis Results

Uploaded file: <%=h @result[:inputfile].to_s %>
<% if @result[:layout_file] %> Layout file: <%=h @result[:layout_file].to_s %> <% end %>

<%= link_to 'New Assay', new_assay_path%>

<% @result[:overviewFiles].each do | overview_file | %> <%= link_to image_tag(relative_path(overview_file), :alt => "Your Submission", :style => "vertical-align:middle;"), relative_path(@result[:zipfile])%> <% end %>


Analysis Results DataTable

<% @table.each do |row| %> <% i = 0 %> <% row.each do |cell| %> <% end %> <% end %>
<%= cell %>