diff --git a/osinaweb/billing/add/__pycache__/urls.cpython-311.pyc b/osinaweb/billing/add/__pycache__/urls.cpython-311.pyc index bff37e19..b85203f0 100644 Binary files a/osinaweb/billing/add/__pycache__/urls.cpython-311.pyc and b/osinaweb/billing/add/__pycache__/urls.cpython-311.pyc differ diff --git a/osinaweb/billing/add/__pycache__/views.cpython-311.pyc b/osinaweb/billing/add/__pycache__/views.cpython-311.pyc index 8e372858..66da3790 100644 Binary files a/osinaweb/billing/add/__pycache__/views.cpython-311.pyc and b/osinaweb/billing/add/__pycache__/views.cpython-311.pyc differ diff --git a/osinaweb/customercore/templates/listing_pages/customer-tickets.html b/osinaweb/customercore/templates/listing_pages/customer-tickets.html index 1bb802bf..0509dfcc 100644 --- a/osinaweb/customercore/templates/listing_pages/customer-tickets.html +++ b/osinaweb/customercore/templates/listing_pages/customer-tickets.html @@ -51,7 +51,7 @@ Last Updated
{{ticket.ticketupdate_set.last.added_by.first_name}}
{{ticket.title}}
- +{{ticket.title }}
+ + + {% if ticket.unread_updates_count > 0 %} +{{ticket.unread_updates_count}}
+{{ticket.ticketupdate_set.last.added_by.first_name}}
{{ticket.unread_updates_count}}
-{{ticket.title}}
diff --git a/osinaweb/static/dist/output.css b/osinaweb/static/dist/output.css index 60dd3e99..84e331db 100644 --- a/osinaweb/static/dist/output.css +++ b/osinaweb/static/dist/output.css @@ -1553,6 +1553,14 @@ video { min-width: 100%; } +.min-w-\[250px\] { + min-width: 250px; +} + +.min-w-\[300px\] { + min-width: 300px; +} + .max-w-0 { max-width: 0px; }