Separating menu options so it is clearer in the UI
This commit is contained in:
parent
6b18c36f26
commit
ec78ef12c5
@ -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…
x
Reference in New Issue
Block a user