+@{
+ Layout = null;
+}
+
+
+@{
+ foreach(var rootDir in Model)
+ {
+
+ @rootDir.FreeSpace.ToBestFileSize(1) Free
+
+ }
+}
\ No newline at end of file
diff --git a/NzbDrone.Web/Views/Shared/_Layout.cshtml b/NzbDrone.Web/Views/Shared/_Layout.cshtml
index 1ec68145b..6e83c9670 100644
--- a/NzbDrone.Web/Views/Shared/_Layout.cshtml
+++ b/NzbDrone.Web/Views/Shared/_Layout.cshtml
@@ -32,8 +32,14 @@
@MvcHtmlString.Create(Html.CurrentControllerLink("Logs", "Index", "Log"))
Donate
-
+
+
@ViewBag.Title