mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-31 11:22:06 +00:00
5 lines
133 B
Text
5 lines
133 B
Text
@using NzbDrone.Web.Models
|
|
@model FooterModel
|
|
<div>
|
|
NzbDrone @Model.Version (@Model.BuildTime.ToString("MMM d, yyyy"))
|
|
</div>
|