Skip to content

Commit

Permalink
VACMS-19913 Pharmacy text update for health services and VAMC pages
Browse files Browse the repository at this point in the history
  • Loading branch information
randimays committed Nov 20, 2024
1 parent 12c93c1 commit a2b039e
Showing 1 changed file with 22 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,26 @@
This is used for Facility details pages and (A-Z) Health Services page
{% endcomment %}
<div data-template="facilities/facilities_health_services_buttons">
<div>
{% assign topTask = "make-an-appointment" | topTaskLovellComp: path, buildtype, fieldAdministration, fieldVamcEhrSystem, fieldRegionPage, fieldOffice %}
<a class="vads-c-action-link--blue" href="{{topTask.url}}">{{topTask.text}}</a>
</div>
<div class="vads-u-margin-y--2">
<a class="vads-c-action-link--blue" href="/{{ path }}/register-for-care">Register for care</a>
</div>
<div>
<a class="vads-c-action-link--blue" href="/{{ path }}/pharmacy">Pharmacy</a>
</div>
<div>
{% assign topTask = "make-an-appointment" | topTaskLovellComp: path, buildtype, fieldAdministration, fieldVamcEhrSystem, fieldRegionPage, fieldOffice %}
<va-link-action
href="{{topTask.url}}"
text="{{topTask.text}}"
type="secondary"
></va-link-action>
</div>
<div class="vads-u-margin-y--2">
<va-link-action
href="/{{ path }}/register-for-care"
text="Register for care"
type="secondary"
></va-link-action>
</div>
<div>
<va-link-action
href="/{{ path }}/pharmacy"
text="Learn about pharmacy services"
type="secondary"
></va-link-action>
</div>
</div>

0 comments on commit a2b039e

Please sign in to comment.