1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-01 08:22:35 +01:00
Sonarr/NzbDrone.Web/Views/Shared/Footer.cshtml

5 lines
165 B
Plaintext
Raw Normal View History

2011-11-08 18:48:34 +01:00
@using NzbDrone.Web.Models
@model FooterModel
2011-11-26 08:53:16 +01:00
@Html.ActionLink(String.Format("NzbDrone {0} {1:MMM d, yyyy}", Model.Version, Model.BuildTime), "Index", "Update")