mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04: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>
|