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

Generate a custom PDF report

To customize the PDF structure, see the Creating PDF reports guide. <%= form_tag pdf_export.project_report_path(current_project), target: '_blank' do %>
<%= render partial: 'export/submit_button', locals: { plugin_name: Dradis::Plugins::PdfExport::Engine.plugin_name } %>
<% end %> <% end %>