1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-19 10:54:05 +02:00

5 lines
165 B
Plaintext
Raw Normal View History

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