mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-26 17:57:43 +00:00
4 lines
165 B
Text
4 lines
165 B
Text
@using NzbDrone.Web.Models
|
|
@model FooterModel
|
|
@Html.ActionLink(String.Format("NzbDrone {0} {1:MMM d, yyyy}", Model.Version, Model.BuildTime), "Index", "Update")
|
|
|