Skip to content

Commit

Permalink
RA-1851:Add Encounters tool-tip when viewing visits
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbertYiga committed Apr 21, 2021
1 parent ffeecc8 commit e7ce147
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
${ ui.formatDatePretty(it.startDatetime) }
<% if(it.stopDatetime && !it.startDatetime.format("yyyy/MM/dd").equals(it.stopDatetime.format("yyyy/MM/dd"))){ %> - ${ ui.formatDatePretty(it.stopDatetime) }<% } %>
</a>
<ul id="" class="appui-toggle">
<ul id="" class="appui-toggle">
<li>
visit details to be displayed gere
visit details to be displayed here
</li>
</ul>

Expand Down

0 comments on commit e7ce147

Please sign in to comment.