Sha256: f536a2c73b55d05b1c7d6f2db74072d88591c50a8f1e20090dcf5792fbc989e2

Contents?: true

Size: 557 Bytes

Versions: 4

Compression:

Stored size: 557 Bytes

Contents

<%= content_tag :div, id: 'plugin-pdf_export', class: 'tab-pane fade' do %>

  <h4>Generate a custom PDF report</h4>

  To customize the PDF structure, see the <a href="https://dradisframework.com/support/guides/reporting/pdf_reports.html" target="_blank">Creating PDF reports</a> guide.

  <%= form_tag pdf_export.project_report_path(current_project), target: '_blank' do %>
    <div class="mt-4">
      <%= render partial: 'export/submit_button', locals: { plugin_name: Dradis::Plugins::PdfExport::Engine.plugin_name } %>
    </div>
  <% end %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dradis-pdf_export-4.14.0 app/views/dradis/plugins/pdf_export/export/_index-content.html.erb
dradis-pdf_export-4.13.0 app/views/dradis/plugins/pdf_export/export/_index-content.html.erb
dradis-pdf_export-4.11.0 app/views/dradis/plugins/pdf_export/export/_index-content.html.erb
dradis-pdf_export-4.10.0 app/views/dradis/plugins/pdf_export/export/_index-content.html.erb