templates/_narrative_block.c32.erb in health-data-standards-0.7.1 vs templates/_narrative_block.c32.erb in health-data-standards-0.8.0
- old
+ new
@@ -16,10 +16,10 @@
</thead>
<tbody>
<% entries.each_with_index do |entry, i| -%>
<tr>
<td ID="<%= section %>-desc-<%= i %>"><%= entry.description %></td>
- <td ID="<%= section %>-code-<%= i %>"><%= entry.codes_to_s %></td>
+ <td ID="<%= section %>-code-<%= i %>"><b><%= entry.codes_to_s %></b><br/><i><%= entry.specifics %></i></td>
<td><%= entry.times_to_s %></td>
<% if status.present? %>
<td><%= entry.status %></td>
<% end %>
\ No newline at end of file