1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 21:56:06 +00:00
Sonarr/NzbDrone.Web/Views/Shared/Footer.cshtml

5 lines
167 B
Text
Raw Normal View History

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