Separating menu options so it is clearer in the UI

This commit is contained in:
Cesar De la Torre 2017-07-10 14:11:43 -07:00
parent 6b18c36f26
commit ec78ef12c5

View File

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