Move "used from" to details.

This commit is contained in:
Michael Lipp 2025-01-23 18:05:38 +01:00
parent ba18e1f0d0
commit edc3596e7d
3 changed files with 8 additions and 1 deletions

View file

@ -103,6 +103,12 @@
><span>{{ cic.error }}</span></form></td>
</tr>
</table>
<table class="table--basic table--basic--autoStriped">
<tr>
<td>{{ localize("usedFrom") }}</td>
<td>{{ entry.usedFrom }}</td>
</tr>
</table>
</td>
</tr>
</template>