Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1888_OaaS/HeuristicLab.Services.Optimization.Web/Views/Order/OrderSaved.cshtml

Last change on this file was 9556, checked in by fschoepp, 11 years ago

#1888:

  • Added views for the billing component (Register users, Create orders and Activate Orders view)
  • Added a mockup for the billing back-end .
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.