File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
templates/company/mortgages Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -127,3 +127,5 @@ max_memory_usage: <MAX_MEMORY_USAGE>
127127shared_memory_percentage : <SHARED_MEMORY_PERCENTAGE>
128128
129129use_fine_grain_scopes_model : <USE_FINE_GRAIN_SCOPES_MODEL>
130+
131+ webfiling_login_url : <WEBFILING_LOGIN_URL>
Original file line number Diff line number Diff line change 2121 </h2>
2222 % }
2323
24+ % if ($charge.status == 'outstanding' || $charge.status == 'part-satisfied') {
25+ <h2 class="heading-small" align="right">
26+ <a href=<% $c.config.webfiling_login_url %> class="float-right">Satisfy<span class="visually-hidden"> <% if defined $charge.charge_code {$charge.charge_code} else { $charge.classification.description } %></span></a>
27+ </h2>
28+ % }
29+
2430 <div class="grid-row">
2531 % if defined $charge.created_on {
2632 <dl class="column-quarter">
You can’t perform that action at this time.
0 commit comments