1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-27 02:07:41 +00:00
Sonarr/NzbDrone.Web/Views/Shared/Footer.cshtml

5 lines
165 B
Text
Raw Normal View History

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