Worked on operator view

This commit is contained in:
2024-08-13 04:42:17 +02:00
parent b467f9c86d
commit ead82a9222
8 changed files with 195 additions and 68 deletions

View File

@@ -0,0 +1,4 @@
<div class="min-w-full shadow-lg">
<h1><%= job.pdf.filename %></h1>
<iframe src=<%= url_for(job.pdf) %> width="300" height="300" style="border: none;"></iframe>
</div>