Fixed broken links.

This commit is contained in:
Mark McDowall 2012-03-16 00:02:33 -07:00
parent 8486d90272
commit dd46a8716a
2 changed files with 3 additions and 3 deletions

View File

@ -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{

View File

@ -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>
}