LafayetteCollegeLibraries/spot

View on GitHub
app/views/hyrax/base/_export_primary_file.html.erb

Summary

Maintainability
Test Coverage
  <div class="btn-group">
    <%= link_to presenter.download_url, class: 'btn btn-success', data: { turbolinks: false } do %>
      <span class="fa fa-download"></span>
      <%= t('spot.work.export.primary_file') %>
    <% end %>
  </div>