mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-01 08:22:35 +01:00
6 lines
133 B
Plaintext
6 lines
133 B
Plaintext
@using NzbDrone.Web.Models
|
|
@model FooterModel
|
|
<div>
|
|
NzbDrone @Model.Version (@Model.BuildTime.ToString("MMM d, yyyy"))
|
|
</div>
|