From 0da6c0ff9020ebdd1232184d85c75a0644217bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C3=B6hm?= Date: Mon, 9 Sep 2024 09:30:21 +0200 Subject: [PATCH] Update operator job edit view --- app/views/operator/jobs/edit.html.erb | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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" %> +