repo.or.cz
/
openemr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
minor fixes for recent twig patient summary improvements (#4627)
[openemr.git]
/
templates
/
patient
/
card
/
loader.html.twig
blob
5d5c63397b463be931fbdc91a8bfbd2b033632c9
1
{% extends "patient/card/card_base.html.twig" %}
2
3
{% block content %}
4
<div class="text ml-2">
5
<div class="spinner-border spinner-border-sm" role="status">
6
<span class="sr-only">{{ "Loading"|xlt }}...</span>
7
</div>
8
</div>
9
{% endblock %}