4 lines
171 B
Plaintext
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> |