SMERM/EMUForm

View on GitHub
app/views/works/_work_item.html.erb

Summary

Maintainability
Test Coverage
<tr>
  <td><strong><%= link_to work_item.title, work_path(work_item) %></strong></td>
  <td><%= work_item.display_year %></td>
  <td><%= work_item.display_duration %></td>
  <td><%= work_item.display_authors_with_roles %></td>
  <td><%= link_to 'Edit', edit_work_path(work_item) %></td>
  <td><%= link_to 'Destroy', work_path(work_item), method: :delete, data: { confirm: 'Are you sure?' } %></td>
</tr>