+@{
+ 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 d744b5d00..8d3ac22ef 100644
--- a/NzbDrone.Web/Views/Shared/_Layout.cshtml
+++ b/NzbDrone.Web/Views/Shared/_Layout.cshtml
@@ -30,9 +30,16 @@
@MvcHtmlString.Create(Html.CurrentControllerLink("Missing", "Index", "Missing"))
@MvcHtmlString.Create(Html.CurrentControllerLink("Settings", "Index", "Settings"))
@MvcHtmlString.Create(Html.CurrentControllerLink("Logs", "Index", "Log"))
+ Donate
-
+
+
@ViewBag.Title