diff --git a/ticketsystem/templates/ticketsystem/index.html b/ticketsystem/templates/ticketsystem/index.html index 8895610..6301833 100644 --- a/ticketsystem/templates/ticketsystem/index.html +++ b/ticketsystem/templates/ticketsystem/index.html @@ -182,8 +182,8 @@ #{{ ticket.id }} - {{ ticket.title }} + class="font-bold text-blue-600 hover:text-blue-800 hover:underline block break-words"> + {{ ticket.title|truncatechars:30 }} @@ -195,7 +195,7 @@ {% if ticket.status == 'new' %} {{ ticket.get_status_display }} {% elif ticket.status == 'in_progress' %} - + {{ ticket.get_status_display }} {% elif ticket.status == 'resolved' %} @@ -206,7 +206,7 @@ {{ ticket.get_status_display }} {% endif %} - + {{ ticket.get_mistake_display }}