Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Tweak macro to make sense in change or cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
Demotive committed Jan 22, 2016
1 parent 0f004a5 commit e706831
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ <h1 class="heading-xlarge">Appointment cancelled</h1>
<p>
Each missed appointment costs the NHS £195. Thank you for helping to reduce these unneccessary costs.
</p>
<p>
<a href="/homepage" style="font-size: 16px;">Back to NHS.UK homepage</a>
</p>

</div>
</main>
Expand Down
32 changes: 16 additions & 16 deletions app/views/includes/ui_element_macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,24 @@ <h3>
{{ i.address|safe }}
</p>
{% endif %}
<ul>
<li>
<a href="#" class="icomoon icomoon-calendar">Add to your calendar</a>
</li>
<!--<li>
<a href="#" class="icomoon icomoon-location">Show a map</a>
</li>-->
<li>
<a href="#" class="icomoon icomoon-printer">Print this page</a>
</li>
{% if i.tools %}
{% if i.tools %}
<ul>
<li>
<a href="#" class="icomoon icomoon-calendar">Add to your calendar</a>
</li>
<!--<li>
<a href="#" class="icomoon icomoon-location">Show a map</a>
</li>-->
<li>
<a href="#" class="icomoon icomoon-printer">Print this page</a>
</li>
<li><a href="javascript:void(0)">Send me a text reminder 2 days before</a></li>
<li><a href="javascript:void(0)" class="danger">Change or cancel this appointment</a></li>
{% endif %}
</ul>
<p>
<a href="/homepage" style="font-size: 16px;">Back to NHS.UK homepage</a>
</p>
</ul>
<p>
<a href="/homepage" style="font-size: 16px;">Back to NHS.UK homepage</a>
</p>
{% endif %}
</div>
</div>
{% endmacro %}
Expand Down

0 comments on commit e706831

Please sign in to comment.