parent
571998e70e
commit
8779a37f7f
@ -0,0 +1,16 @@
|
||||
@model NzbDrone.Core.Model.UpdatePackage
|
||||
@section TitleContent{
|
||||
Update
|
||||
}
|
||||
@if (Model == null)
|
||||
{
|
||||
<h2>
|
||||
There are no updates available.</h2>
|
||||
}
|
||||
else
|
||||
{
|
||||
<h2>
|
||||
Available Update: @Model.Version
|
||||
@Ajax.ActionLink("Update", "StartUpdate", "Update", null)
|
||||
</h2>
|
||||
}
|
Loading…
Reference in new issue