@model Fab2ApprovalSystem.Models.MRB @{ ViewBag.Title = "Edit"; } @{ Layout = "_MRBLayout.cshtml"; } @* *@ @using (Html.BeginForm()) { @Html.AntiForgeryToken() if (ViewBag.Status == "Approved" && ViewBag.IsApprover == "true") { } else if (ViewBag.Status == "Pending" && ViewBag.IsApprover == "true") {
|
|