dobtco/dispatch

View on GitHub
app/views/opportunities/actions/_edit.erb

Summary

Maintainability
Test Coverage
<% if policy(@opportunity).edit? && @opportunity.approved? %>
  <li>
    <a href='<%= edit_opportunity_path %>'><%= t('edit') %></a>
  </li>
<% end %>