Browse Source

Separating menu options so it is clearer in the UI

pull/241/head
Cesar De la Torre 7 years ago
parent
commit
ec78ef12c5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Web/WebMVC/Views/Order/Index.cshtml

+ 1
- 0
src/Web/WebMVC/Views/Order/Index.cshtml View File

@ -9,6 +9,7 @@
<div class="esh-orders">
@Html.Partial("_Header", new List<Header>() {
new Header() { Controller = "Catalog", Text = "Back to catalog" },
new Header() { Text = " / " },
new Header() { Controller = "OrderManagement", Text = "Orders Management" } })
<div class="container">


Loading…
Cancel
Save