show owner info in material release table

This commit is contained in:
Bilal
2020-08-04 13:14:42 +02:00
parent 8214ba9e67
commit a7b7e1ecf9
7 changed files with 42 additions and 16 deletions

View File

@@ -18,6 +18,9 @@
<td>
<%= material_release.name %>
</td>
<td>
<%= contact_info_for(material_release.contact_person) %>
</td>
<td>
<%= notes_preview material_release.notes.order_by_recent %>
</td>