Sha256: 5e13bf712554d8c6391965a0c589614c64d67c204ddf87c3592a2031b7832a9c

Contents?: true

Size: 731 Bytes

Versions: 2

Compression:

Stored size: 731 Bytes

Contents

<div class="card full-height">
  <div class="card-divider">
    <h2 class="card-title flex--sbc">
      <%= translated_attribute(current_component.name) %>
      <%= render "title", button: :back %>
    </h2>
  </div>
  <div class="card-section pdf-viewer-container">
    <iframe src="<%= pdf_viewer_documents_path(file: document.attached_uploader(:file).path) %>" width="100%" height="100%" id="pdf-iframe" frameborder="0" allowfullscreen_="" webkitallowfullscreen_="true" mozallowfullscreen_="true" oallowfullscreen_="true" msallowfullscreen_="true">
        <noscript>
          <h3 class="text-center"><%= t("decidim.participatory_documents.documents.not_supported") %></h3>
        </noscript>
      </iframe>
  </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
decidim-participatory_documents-0.2.1 app/views/decidim/participatory_documents/admin/documents/edit_pdf.html.erb
decidim-participatory_documents-0.2.0 app/views/decidim/participatory_documents/admin/documents/edit_pdf.html.erb