Bug 33716: (QA follow-up) Fix styling for Type_disclaimer_date and Type_disclaimer_value on 'Request details'
Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
4c516eb81b
commit
53ab81b450
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@
|
|||
<ol>
|
||||
[% FOREACH meta IN request.metadata %]
|
||||
<li class="requestmeta-[% meta.key.replace('\s','_') | html %]">
|
||||
<span class="label">[% meta.key | html %]:</span>
|
||||
<span class="label">[% meta.key.replace('_',' ') | html %]:</span>
|
||||
[% meta.value | html %]
|
||||
</li>
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue