Skip to content

Commit

Permalink
fix: webroot typo documents-go portal home (openemr#7474)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwaite committed Jun 15, 2024
1 parent c4dc688 commit c6ae41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/portal/home.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@
<div class="card d-flex mr-1 mb-1">
<div class="card-body">
<h4 class="card-title"><i class="fa fa-file- mr-1"></i>{{ 'My Documents' | xlt }}</h4>
<a id="documents-go" class="btn btn-success" href="{{ web_root }} /portal/patient/onsitedocuments?pid={{ pid | attr_url }} ">{{ 'Manage Documents' | xlt }}</a>
<a id="documents-go" class="btn btn-success" href="{{ web_root }}/portal/patient/onsitedocuments?pid={{ pid | attr_url }} ">{{ 'Manage Documents' | xlt }}</a>
</div>
</div>
<!-- Signature -->
Expand Down

0 comments on commit c6ae41a

Please sign in to comment.