diff --git a/app/views/profiles/show.html.erb b/app/views/profiles/show.html.erb index 9fbcaf2..e12bdc2 100644 --- a/app/views/profiles/show.html.erb +++ b/app/views/profiles/show.html.erb @@ -49,3 +49,26 @@
<%= button_to "Log out", Current.session, method: :delete, class: "btn btn-primary" %> +

Die letzten 10 Druckaufträge

+
+ + + + + + + + + + + + + + + + + + <%= render partial: "jobs/job_tr", collection: current_user.customer_jobs.order(created_at: :desc).limit(10), as: :job, locals: { no_actions: true } %> + +
ID Vorschau Auftraggeber PDF A0 A1 A2 A3 no DIN Kosten Status
+
\ No newline at end of file