templates/html/_entry.html.erb in health-data-standards-2.1.2 vs templates/html/_entry.html.erb in health-data-standards-2.1.3
- old
+ new
@@ -24,10 +24,10 @@
<% end %>
</ul>
<% end %>
<% end %>
</td>
- <td><%= entry.times_to_s %></td>
+ <td><%= entry.times_to_s('present') %></td>
<td><%= decode_hqmf_status(entry.status, entry.oid) %></td>
<td>
<% entry.values.each do |value| %>
<% if value.respond_to? :scalar %>
<% units = value.try(:units) if(value.respond_to?(:units)) %>