Sha256: b35d4b0e9df10543459d0d1abe1c619a0a19579a9631d01487fa1695c97f8121

Contents?: true

Size: 787 Bytes

Versions: 2

Compression:

Stored size: 787 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} %>
      <% end %>
    </tbody>
  </table>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
health-data-standards-3.0.4 templates/html/_section.html.erb
health-data-standards-3.0.3 templates/html/_section.html.erb