mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-02 17:13:20 +02:00
Several UI fixes
This commit is contained in:
parent
e7cc84166c
commit
bf45440770
3 changed files with 6 additions and 6 deletions
|
@ -211,7 +211,7 @@
|
|||
{% if tickets|length > 0 %}
|
||||
{% for ticket in tickets %}
|
||||
<tr>
|
||||
<td><a href="/domain/view/{{ ticket.id }}">{{ ticket.subject }}</a></td>
|
||||
<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>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue