diff --git a/app/views/operator/jobs/edit.html.erb b/app/views/operator/jobs/edit.html.erb index 88e6f9a..1d76d12 100644 --- a/app/views/operator/jobs/edit.html.erb +++ b/app/views/operator/jobs/edit.html.erb @@ -1,6 +1,11 @@ -
-

Editing job

- <%= render "form", job: @job %> - <%= link_to "Show this job", operator_job_path(@job), class: "ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium" %> - <%= link_to "Back to jobs", operator_jobs_path, class: "ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium" %> +

Editing job

+
+
+ +
+
+ <%= render "form", job: @job %> + <%= link_to "Show this job", operator_job_path(@job), class: "ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium" %> + <%= link_to "Back to jobs", operator_jobs_path, class: "ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium" %> +