Let's declare the variable ShowBackButton in our detail view.
@{ Layout = "~/Views/Shared/_Layout.cshtml"; ViewBag.Title = Model.DisplayText; ViewBag.ShowBackBar = true; }