1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-03-07 15:20:58 +02:00

5 lines
167 B
Plaintext
Raw Normal View History

2011-11-08 09:48:34 -08: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-25 23:53:16 -08:00