mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-30 19:45:57 +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>
|