mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
5 lines
167 B
Plaintext
5 lines
167 B
Plaintext
@using NzbDrone.Web.Models
|
|
@model FooterModel
|
|
@Html.ActionLink(String.Format("NzbDrone {0} ({1:MMM d, yyyy})", Model.Version, Model.BuildTime), "Index", "Update")
|
|
|