Sha256: aa9efb00de1412117b37dc3f10163d6cbb3dbd200f9bb2fbb5b4e065e4fd4562

Contents?: true

Size: 406 Bytes

Versions: 7

Compression:

Stored size: 406 Bytes

Contents

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

  <%= form_tag project_export_manager_path(current_project), target: '_blank' do %>
    <%= hidden_field_tag :plugin, :csv %>
    <%= hidden_field_tag :route, :root %>

    <h4 class="header-underline mb-0">Ready when you are!</h4>
    <button id="export-button" class="btn btn-lg btn-primary mt-4">Export</button>
  <% end %>
<% end%>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dradis-csv-4.4.0 app/views/dradis/plugins/csv/export/_index-content.html.erb
dradis-csv-4.3.0 app/views/dradis/plugins/csv/export/_index-content.html.erb
dradis-csv-4.2.0 app/views/dradis/plugins/csv/export/_index-content.html.erb
dradis-csv-4.1.0 app/views/dradis/plugins/csv/export/_index-content.html.erb
dradis-csv-4.0.0 app/views/dradis/plugins/csv/export/_index-content.html.erb
dradis-csv-3.22.0 app/views/dradis/plugins/csv/export/_index-content.html.erb
dradis-csv-3.21.0 app/views/dradis/plugins/csv/export/_index-content.html.erb