Fixed action names.

This commit is contained in:
mahsaro
2015-08-04 11:58:57 +01:00
parent 2d70794c8b
commit 5bfd175482
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
<fieldset>
<div>
<button class="primaryAction" type="submit">@T("Save")</button>
@Html.ActionLink(T("Cancel").ToString(), "Index", new { }, new { @class = "button" })
@Html.ActionLink(T("Cancel").ToString(), "IndexUnmanaged", new { }, new { @class = "button" })
</div>
</fieldset>
}

View File

@@ -22,7 +22,7 @@
<fieldset>
<div>
<button class="primaryAction" type="submit">@T("Save")</button>
@Html.ActionLink(T("Cancel").ToString(), "Index", new { }, new { @class = "button" })
@Html.ActionLink(T("Cancel").ToString(), "IndexUnmanaged", new { }, new { @class = "button" })
</div>
</fieldset>
}