You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
392 B

10 years ago
  1. 
  2. @{
  3. ViewBag.Title = "ویرایش آگهی استخدام";
  4. }
  5. @Html.Partial("PostResult", ViewBag.Result as Sevomin.Models.PostResultViewModel)
  6. <div class="page-header rtl">
  7. <h1>ویرایش آگهی استخدام</h1>
  8. </div>
  9. @using (Html.BeginForm("Edit", "Job", FormMethod.Post, new { role = "form", @class = "assess-inputs" }))
  10. {
  11. @Html.Partial("JobEditor")
  12. }