diff --git a/PlotLine/Views/Analytics/Index.cshtml b/PlotLine/Views/Analytics/Index.cshtml index 2066e9d..9027708 100644 --- a/PlotLine/Views/Analytics/Index.cshtml +++ b/PlotLine/Views/Analytics/Index.cshtml @@ -45,10 +45,6 @@

Analytics / Story health

@Model.Project.ProjectName

-
- Timeline - Warnings -
diff --git a/PlotLine/Views/Locations/Details.cshtml b/PlotLine/Views/Locations/Details.cshtml index 888c2c4..c5bffff 100644 --- a/PlotLine/Views/Locations/Details.cshtml +++ b/PlotLine/Views/Locations/Details.cshtml @@ -23,7 +23,6 @@
Edit - Back to timeline All locations
diff --git a/PlotLine/Views/Locations/Edit.cshtml b/PlotLine/Views/Locations/Edit.cshtml index 262273d..1fedbaf 100644 --- a/PlotLine/Views/Locations/Edit.cshtml +++ b/PlotLine/Views/Locations/Edit.cshtml @@ -1,6 +1,19 @@ @model LocationEditViewModel @{ ViewData["Title"] = Model.LocationID == 0 ? "New Location" : "Edit Location"; + ViewData["ProjectSection"] = "Locations"; +} + +@if (Model.Project is not null) +{ + + + }
diff --git a/PlotLine/Views/PlotThreads/Edit.cshtml b/PlotLine/Views/PlotThreads/Edit.cshtml index aa2f608..f263e03 100644 --- a/PlotLine/Views/PlotThreads/Edit.cshtml +++ b/PlotLine/Views/PlotThreads/Edit.cshtml @@ -22,7 +22,7 @@

@ViewData["Title"]

- Back to plot threads + Cancel @if (Model.PlotThreadID > 0) { diff --git a/PlotLine/Views/ProjectMetrics/Index.cshtml b/PlotLine/Views/ProjectMetrics/Index.cshtml index 21660e6..1bea955 100644 --- a/PlotLine/Views/ProjectMetrics/Index.cshtml +++ b/PlotLine/Views/ProjectMetrics/Index.cshtml @@ -18,10 +18,6 @@

Scene Metrics

Create and manage the metric sliders available when editing scenes.

-
@if (TempData["ProjectMetricMessage"] is string message) diff --git a/PlotLine/Views/StoryAssets/Details.cshtml b/PlotLine/Views/StoryAssets/Details.cshtml index 1429299..2a17246 100644 --- a/PlotLine/Views/StoryAssets/Details.cshtml +++ b/PlotLine/Views/StoryAssets/Details.cshtml @@ -24,7 +24,6 @@
Story assets - Back to timeline Edit asset