1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00
Sonarr/NzbDrone.Web/Views/Shared/Footer.cshtml

5 lines
167 B
Plaintext
Raw Normal View History

2011-11-08 20:48:34 +03: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 10:53:16 +03:00