1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-22 09:21:43 +02:00
Radarr/NzbDrone.Web/Views/Shared/Footer.cshtml
2011-11-08 09:48:34 -08:00

6 lines
133 B
Plaintext

@using NzbDrone.Web.Models
@model FooterModel
<div>
NzbDrone @Model.Version (@Model.BuildTime.ToString("MMM d, yyyy"))
</div>