mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-01 08:22:35 +01:00
5 lines
165 B
Plaintext
5 lines
165 B
Plaintext
@using NzbDrone.Web.Models
|
|
@model FooterModel
|
|
@Html.ActionLink(String.Format("NzbDrone {0} {1:MMM d, yyyy}", Model.Version, Model.BuildTime), "Index", "Update")
|
|
|