mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-31 23:06:10 +02:00
Small CP translation UI fix
This commit is contained in:
parent
9b57cc60af
commit
6f75a60325
1 changed files with 2 additions and 2 deletions
|
@ -238,8 +238,8 @@
|
|||
{% for ticket in tickets %}
|
||||
<tr>
|
||||
<td><a href="/ticket/{{ ticket.id }}">{{ ticket.subject|length > 30 ? (ticket.subject|slice(0, 30) ~ '…') : ticket.subject }}</a></td>
|
||||
<td class="text-secondary">{{ ticket.status }}</td>
|
||||
<td class="text-secondary">{{ ticket.priority }}</td>
|
||||
<td class="text-secondary">{{ __(ticket.status) }}</td>
|
||||
<td class="text-secondary">{{ __(ticket.priority) }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue