dobtco/dispatch

View on GitHub
app/views/opportunities/_edit_attachment.erb

Summary

Maintainability
Test Coverage
<li>
<%= attachment.upload.raw_filename %><br />
<a href='<%= opportunity_attachment_path(@opportunity, attachment) %>' data-method='delete' data-remote class='remove_attachment js-remove-attachment'>&times; <span><%= t('destroy') %></span></a>
</li>