changed building status text in Linework/Index

This commit is contained in:
Frank Schubert
2021-12-02 19:09:08 +01:00
parent 8b26fe9bad
commit fe7e80f68d

View File

@@ -158,7 +158,7 @@
<strong style="white-space: nowrap;"><?=$term->building->street?></strong>
<?php endif; ?>
<br />
Status: <?=__($term->building->status->name."-b")?>
<span class="text-monospace">[<?=__($term->building->status->name."-b")?>]</span>
</div>
<div class="mt-2">
<a href="<?=self::getUrl("Pipework", "Index", ["filter" => ["code" => $term->building->code]])?>" target="_blank"><span class="text-success"><?=$term->code?></span></a>