Files
plottservice/app/views/operator/jobs/_job_card.html.erb
2024-08-13 04:42:17 +02:00

4 lines
171 B
Plaintext

<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>