source:
branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Order/OrderSaved.cshtml
@
9556
Last change on this file since 9556 was 9556, checked in by fschoepp, 11 years ago | |
---|---|
File size: 137 bytes |
Line | |
---|---|
1 | @{ |
2 | ViewBag.Title = "OrderSaved"; |
3 | } |
4 | |
5 | <h2>Your order has been saved!</h2> |
6 | |
7 | @Html.ActionLink("Create another order", "Order") |
Note: See TracBrowser
for help on using the repository browser.