diff --git a/Moonlight/Moonlight.csproj b/Moonlight/Moonlight.csproj
index d79b7ef5..00875d8b 100644
--- a/Moonlight/Moonlight.csproj
+++ b/Moonlight/Moonlight.csproj
@@ -44,20 +44,4 @@
| - Ticket ID - | -@(Ticket.Id) | -
|---|---|
| - User - | -- @(Ticket.Creator.Username) - | -
| - Service - | -- @if (Ticket.Service == null) - { - None - } - else - { - @(Ticket.Service.Nickname ?? $"Service {Ticket.Service.Id}") - } - | -
| - Status - | -
-
-
-
- |
-
| - Priority - | -
- |
-
| - Created at - | -- @(Formatter.FormatDate(Ticket.CreatedAt)) - | -
| - |
- |
-
+ @(Formatter.FormatLineBreaks(Ticket.Description)) +
+ + + Tries: + + ++ @(Formatter.FormatLineBreaks(Ticket.Tries)) +
+ } + else + { +| + Ticket ID + | +@(Ticket.Id) | +
|---|---|
| + User + | ++ @(Ticket.Creator.Username) + | +
| + Service + | ++ @if (Ticket.Service == null) + { + None + } + else + { + @(Ticket.Service.Nickname ?? $"Service {Ticket.Service.Id}") + } + | +
| + Status + | +
+
+
+
+ |
+
| + Priority + | +
+ |
+
| + Created at + | ++ @(Formatter.FormatDate(Ticket.CreatedAt)) + | +
| + |
+ |
+