Sha256: e2cb78f5cb4b1230ce5db1670f29c9bd976db9511753ebeb87bcadc1ea26cb1a
Contents?: true
Size: 793 Bytes
Versions: 5
Compression:
Stored size: 793 Bytes
Contents
<h3><a name="<%= "#{title}_link" %>" href="#toc"><%= section.to_s.titleize %></a></h3> <div> <table class="narr_table" border="1" width="100%"> <thead> <tr class="narr_tr"> <th class="narr_th" width="30%">Description</th> <th class="narr_th" width="15%">Codes</th> <th class="narr_th" width="15%">Time</th> <th class="narr_th" width="10%">Status</th> <th class="narr_th" width="15%">Results</th> <th class="narr_th" width="15%">Fields</th> </tr> </thead> <tbody> <% (entries.sort { |left,right| left.as_point_in_time <=> right.as_point_in_time }).each do |entry| %> <%== render :partial => 'entry', :locals => {:entry => entry, concept_map: concept_map} %> <% end %> </tbody> </table> </div>
Version data entries
5 entries across 5 versions & 1 rubygems