sanger/sequencescape

View on GitHub
app/views/shared/_external_properties.html.erb

Summary

Maintainability
Test Coverage

<% item.external_properties.each do |property| %>
<tr>
  <th><%= property.key %></th>
  <td><%= property.value %></td>
</tr>
<% end %>