Skip to content

Commit ec78ef1

Browse files
Separating menu options so it is clearer in the UI
1 parent 6b18c36 commit ec78ef1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Web/WebMVC/Views/Order/Index.cshtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<div class="esh-orders">
1010
@Html.Partial("_Header", new List<Header>() {
1111
new Header() { Controller = "Catalog", Text = "Back to catalog" },
12+
new Header() { Text = " / " },
1213
new Header() { Controller = "OrderManagement", Text = "Orders Management" } })
1314

1415
<div class="container">

0 commit comments

Comments
 (0)