Worked on operator view
This commit is contained in:
4
app/views/operator/jobs/_job_card.html.erb
Normal file
4
app/views/operator/jobs/_job_card.html.erb
Normal 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>
|
||||
Reference in New Issue
Block a user