diff --git a/app/views/jobs/_job_tr.html.erb b/app/views/jobs/_job_tr.html.erb
index 76ef75c..7144046 100644
--- a/app/views/jobs/_job_tr.html.erb
+++ b/app/views/jobs/_job_tr.html.erb
@@ -1,27 +1,27 @@
-
+ | <%= job.id %> |
+ <%= job.fullname %> |
+
<% if job.pdf.attached? %>
<%= job.pdf.filename %><%=number_to_human_size job.pdf.blob.byte_size%>
<% end %>
|
- <%= job.number_of_plans_a0 %> |
- <%= job.number_of_plans_a1 %> |
- <%= job.number_of_plans_a2 %> |
- <%= job.number_of_plans_a3 %> |
-
+ | <%= job.number_of_plans_a0 %> |
+ <%= job.number_of_plans_a1 %> |
+ <%= job.number_of_plans_a2 %> |
+ <%= job.number_of_plans_a3 %> |
+
<% case job.status.to_sym %>
<% when :open %>
- <%= job.status %>
+ <%= job.status %>
<% when :printing %>
- <%= job.status %>
+ <%= job.status %>
<% when :ready_for_pickup %>
- <%= job.status %>
+ <%= job.status %>
<% when :paid %>
- <%= job.status %>
+ <%= job.status %>
<% when :canceled %>
- <%= job.status %>
+ <%= job.status %>
<% end %>
|
diff --git a/app/views/jobs/index.html.erb b/app/views/jobs/index.html.erb
index f491b1d..1599b94 100644
--- a/app/views/jobs/index.html.erb
+++ b/app/views/jobs/index.html.erb
@@ -7,21 +7,21 @@