mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Updated page footer, submenu indicator.
This commit is contained in:
parent
969c36912d
commit
ac568ef47b
3 changed files with 65 additions and 58 deletions
|
@ -1,4 +1,4 @@
|
|||
@using NzbDrone.Web.Models
|
||||
@model FooterModel
|
||||
@Html.ActionLink(String.Format("NzbDrone {0} {1:MMM d, yyyy}", Model.Version, Model.BuildTime), "Index", "Update")
|
||||
@Html.ActionLink(String.Format("NzbDrone {0} ({1:MMM d, yyyy})", Model.Version, Model.BuildTime), "Index", "Update")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue