Sha256: 9b08d073bab9dfda9908a2c749f7acf46660c9eb0a52d7310a9d1b2db4d82909
Contents?: true
Size: 815 Bytes
Versions: 45
Compression:
Stored size: 815 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, code_map: code_map, by_encounter: by_encounter} %> <% end %> </tbody> </table> </div>
Version data entries
45 entries across 45 versions & 1 rubygems