demarches/app/views/letters/show.html.erb
2024-06-10 00:51:51 +02:00

12 lines
328 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h2><%= @letter.title %></h2>
Rédigée par : <%= @letter.author %>
<% unless @letter.private_email %>
(<%= @letter.email %>)
<% end %>
<div>
<iframe src="<%= url_for @letter.document %>"
type="<%= @letter.document.attachment.blob.content_type %>"
style="width:1000px; height:800px;"></iframe>
</div>