Skip to content

Commit

Permalink
Fixing route (#3386)
Browse files Browse the repository at this point in the history
Fixes #3383
  • Loading branch information
jonvee authored and sebastienros committed Mar 25, 2019
1 parent b794079 commit e9255d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<fieldset class="form-group">
<button class="btn btn-primary" type="submit" name="submit.Save" value="Save">@T["Save"]</button>
<a asp-route-action="Edit" asp-route-id="@Model.PartFieldDefinition.PartDefinition.Name" class="btn btn-secondary">@T["Cancel"]</a>
<a asp-route-action="EditPart" asp-route-id="@Model.PartFieldDefinition.PartDefinition.Name" class="btn btn-secondary">@T["Cancel"]</a>
</fieldset>
</form>

Expand Down Expand Up @@ -111,4 +111,4 @@
});
});
//]]>
</script>
</script>

0 comments on commit e9255d3

Please sign in to comment.