templates/_narrative_block.c32.erb in health-data-standards-0.8.1 vs templates/_narrative_block.c32.erb in health-data-standards-1.0.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 %>"><b><%= entry.codes_to_s %></b><br/><i><%= entry.specifics %></i></td> + <td ID="<%= section %>-code-<%= i %>"><%= entry.codes_to_s %><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