|
|
-
- @{
- ViewBag.Title = "ویرایش آگهی استخدام";
- }
-
- @Html.Partial("PostResult", ViewBag.Result as Sevomin.Models.PostResultViewModel)
-
- <div class="page-header rtl">
- <h1>ویرایش آگهی استخدام <small>لورم ایپسوم</small></h1>
- </div>
-
- @using (Html.BeginForm("Edit", "Job", FormMethod.Post, new { role = "form", @class = "assess-inputs" }))
- {
- @Html.Partial("JobEditor")
- }
|