Updated page footer, submenu indicator.

This commit is contained in:
kay.one 2012-03-01 17:29:33 -08:00
commit ac568ef47b
3 changed files with 65 additions and 58 deletions

View file

@ -1,4 +1,4 @@
@using NzbDrone.Web.Models
@model FooterModel
@Html.ActionLink(String.Format("NzbDrone {0} {1:MMM d, yyyy}", Model.Version, Model.BuildTime), "Index", "Update")
@Html.ActionLink(String.Format("NzbDrone {0} ({1:MMM d, yyyy})", Model.Version, Model.BuildTime), "Index", "Update")