diff --git a/src/app/components/backlog/backlog.component.html b/src/app/components/backlog/backlog.component.html index de13738..d1d1592 100644 --- a/src/app/components/backlog/backlog.component.html +++ b/src/app/components/backlog/backlog.component.html @@ -1,83 +1,97 @@
-
- -

Backlog

-
-
-
-
- -
-
-
-

Backlog

-
-
- -

Aktuell läuft kein Sprint. Zur Sprint Übersicht

-
- -

Aktueller Sprint:

-

Sprint:

- -
-
-
-
-
-
-
-
-
-

{{story.title}}

-
Prio: {{story.priority}}
-

{{story.content}}

-
- Category: {{story.categoryid || "N/A"}} - Status: {{story.statusid || "N/A"}} -
-
- -
-
-
-
-
- -
-
-
-
-

{{story.title}}

-
Prio: {{story.priority}}
-

{{story.content}}

-
- Category: {{story.categoryid || "N/A"}} - Status: {{story.statusid || "N/A"}} +
+

Backlog

+
+
+
+ +
+
+ +
+
+

Backlog

+
+
+
+ +

+ Aktuell läuft kein Sprint. + Zur Sprint Übersicht +

+
+ +

Aktueller Sprint:

+

Sprint:

+ +
+
+
+
+ +
+
+
+
+
+

{{story.title}}

+
Prio: + {{story.priority}}
+

{{story.content}}

+
+ Category: + {{story.categoryid || "N/A"}} + Status: + {{story.statusid || "N/A"}} +
+
+ +
+
+
+
+
+ +
+
+
+
+

{{story.title}}

+
Prio: + {{story.priority}}
+

{{story.content}}

+
+ Category: + {{story.categoryid || "N/A"}} + Status: + {{story.statusid || "N/A"}} +
+
+ +
+
+
+
-
- -
-
-
-
-
-
+
\ No newline at end of file