Files
Readarr/NzbDrone.Web/Views/Shared/Footer.cshtml
T
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>