mirror of
https://github.com/Readarr/Readarr
synced 2025-12-22 08:15:49 +01:00
4 lines
167 B
Text
4 lines
167 B
Text
@using NzbDrone.Web.Models
|
|
@model FooterModel
|
|
@Html.ActionLink(String.Format("NzbDrone {0} ({1:MMM d, yyyy})", Model.Version, Model.BuildTime), "Index", "Update")
|
|
|