Sha256: 0e8da567daf50be72d804af445991edbcc1c0bb3832b2c2cb62335310da1fb90
Contents?: true
Size: 806 Bytes
Versions: 9
Compression:
Stored size: 806 Bytes
Contents
<tr data-target="toggle<%= @idx %>" data-jsonFile="files/json/<%= @config[:filename] %>_<%= @idx %>.json"> <td title="idx"><%= @idx %></td> <td data-score="<%= overall_score %>"><div class="ratings"><div class="empty-stars"></div><div class="full-stars" style="width:<%= overall_score %>%;"></div></div></td> <td title="Definition"><%= @prediction_def %></td> <td title="No. Hits"><%= @nr_hits %></td> <% @validations.each do |item| %> <td title="<%=item.header%>" class="<%=item.color%>"><%= item.print%></td> <% end %> <% if @validations.select{|item| item.plot_files != nil}.map{|item| item.plot_files.length}.inject(0){|r, e| r+e } != 0 %> <td><button title="Show plots" class="plot_btn btn btn-default"><i class="fa fa-bar-chart-o"></i></button></td> <% else %> <td></td> <% end %> </tr>
Version data entries
9 entries across 9 versions & 1 rubygems