mirror of https://github.com/Radarr/Radarr
Fixed broken links.
This commit is contained in:
parent
8486d90272
commit
dd46a8716a
|
@ -4,7 +4,7 @@
|
|||
@section ActionMenu{
|
||||
<ul class="sub-menu">
|
||||
<li>@Ajax.ActionLink("Clear Logs", "Clear", "Log", null, new AjaxOptions{ OnSuccess = "redrawGrid", Confirm = "Delete all logs?" }, new { Title = "Delete all logs" })</li>
|
||||
<li>@Html.ActionLink("File", "File", "Log", new { Title = "View debug log file" })</li>
|
||||
<li>@Html.ActionLink("File", "File", "Log", null, new { Title = "View debug log file" })</li>
|
||||
</ul>
|
||||
}
|
||||
@section HeaderContent{
|
||||
|
|
|
@ -57,9 +57,9 @@
|
|||
</style>
|
||||
@section ActionMenu{
|
||||
<ul class="sub-menu">
|
||||
<li>@Html.ActionLink("Add Series", "Index", "AddSeries", new { Title = "Add a new or existing series" })</li>
|
||||
<li>@Html.ActionLink("Add Series", "Index", "AddSeries", null, new { Title = "Add a new or existing series" })</li>
|
||||
<li>@Ajax.ActionLink("Start RSS Sync", "RssSync", "Command", null, null, new { Title = "Check for newly released downloads" })</li>
|
||||
<li>@Html.ActionLink("Series Editor", "Editor", "Series", new { Title = "Edit multiple series" })</li>
|
||||
<li>@Html.ActionLink("Series Editor", "Editor", "Series", null, new { Title = "Edit multiple series" })</li>
|
||||
</ul>
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue