mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixed action names.
This commit is contained in:
@@ -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>
|
||||
}
|
@@ -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>
|
||||
}
|
||||
|
Reference in New Issue
Block a user