Show heritage designation in item detail

This commit is contained in:
Edward Betts 2021-10-06 19:13:34 +02:00
parent 8d5476bd43
commit bd808243f2
1 changed files with 6 additions and 0 deletions

View File

@ -442,7 +442,13 @@
<br>{{wd_item.closed.join('; ')}} <br>{{wd_item.closed.join('; ')}}
</span> </span>
<span v-if="wd_item.heritage_designation.length">
<br><strong>heritage designation</strong>
<br>{{ wd_item.heritage_designation.join("; ") }}
</span>
</div> </div>
<div class="col-xl-6"> <div class="col-xl-6">
<div v-if="bounds_before_open" class="alert alert-info"> <div v-if="bounds_before_open" class="alert alert-info">