Sha256: 72c8fd20183839cf95e6434df919a1c892a2fad0413407bcb9dc001b68bb2fb4

Contents?: true

Size: 388 Bytes

Versions: 5

Compression:

Stored size: 388 Bytes

Contents

<%= content_tag :div, id: 'plugin-csv_export', class: 'tab-pane fade' do %>
  <%= form_tag csv_export.project_report_path(current_project) do %>
    <h4 class="header-underline mb-0">Ready when you are!</h4>
    <div class="mt-4">
      <%= render partial: 'export/submit_button', locals: { plugin_name: Dradis::Plugins::CSVExport::Engine.plugin_name } %>
    </div>
  <% end %>
<% end%>

Version data entries

5 entries across 5 versions & 1 rubygems

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