diff --git a/PlotLine/Views/PlotLines/Edit.cshtml b/PlotLine/Views/PlotLines/Edit.cshtml
index 6fe575e..ca2f56f 100644
--- a/PlotLine/Views/PlotLines/Edit.cshtml
+++ b/PlotLine/Views/PlotLines/Edit.cshtml
@@ -1,6 +1,19 @@
@model PlotLineEditViewModel
@{
ViewData["Title"] = Model.PlotLineID == 0 ? "New Plot Line" : "Edit Plot Line";
+ ViewData["ProjectSection"] = "Threads";
+}
+
+@if (Model.Project is not null)
+{
+
diff --git a/PlotLine/Views/PlotLines/Index.cshtml b/PlotLine/Views/PlotLines/Index.cshtml
index d94acb6..51f67b6 100644
--- a/PlotLine/Views/PlotLines/Index.cshtml
+++ b/PlotLine/Views/PlotLines/Index.cshtml
@@ -1,18 +1,16 @@
@model PlotLineListViewModel
@{
ViewData["Title"] = "Plot Lines";
+ ViewData["ProjectSection"] = "Threads";
}
-
+
+
+
@@ -20,7 +18,6 @@
Plot lines
diff --git a/PlotLine/Views/PlotThreads/Edit.cshtml b/PlotLine/Views/PlotThreads/Edit.cshtml
index 04fba9e..aa2f608 100644
--- a/PlotLine/Views/PlotThreads/Edit.cshtml
+++ b/PlotLine/Views/PlotThreads/Edit.cshtml
@@ -1,6 +1,19 @@
@model PlotThreadEditViewModel
@{
ViewData["Title"] = Model.PlotThreadID == 0 ? "New Plot Thread" : "Edit Plot Thread";
+ ViewData["ProjectSection"] = "Threads";
+}
+
+@if (Model.Project is not null)
+{
+
+
+
}
diff --git a/PlotLine/Views/PlotThreads/Index.cshtml b/PlotLine/Views/PlotThreads/Index.cshtml
index dc2e53a..ec2a03b 100644
--- a/PlotLine/Views/PlotThreads/Index.cshtml
+++ b/PlotLine/Views/PlotThreads/Index.cshtml
@@ -1,20 +1,16 @@
@model PlotThreadListViewModel
@{
ViewData["Title"] = "Plot Threads";
+ ViewData["ProjectSection"] = "Threads";
}
-
+
+
+
@@ -22,7 +18,6 @@
Plot threads
diff --git a/PlotLine/Views/ProjectMetrics/Index.cshtml b/PlotLine/Views/ProjectMetrics/Index.cshtml
index 2c2e32c..21660e6 100644
--- a/PlotLine/Views/ProjectMetrics/Index.cshtml
+++ b/PlotLine/Views/ProjectMetrics/Index.cshtml
@@ -1,13 +1,17 @@
@model ProjectSceneMetricsViewModel
@{
ViewData["Title"] = "Scene Metrics";
+ ViewData["ProjectSection"] = "Metrics";
}
-