emory-libraries/dlp-selfdeposit

View on GitHub
app/views/hyrax/base/_event.html.erb

Summary

Maintainability
Test Coverage
<tr>
  <td class="pet-fit attribute attribute-event-type"><%= event_data['event_type'] %></td>
  <td class="pet-fit attribute attribute-date">
        Start: <%= DateTime.parse(event_data['event_start']).strftime('%FT%T%:z') %> <br>
        End: <%= DateTime.parse(event_data['event_end']).strftime('%FT%T%:z') %>
  </td>
  <td class="pet-fit attribute attribute-outcome"><%= event_data['outcome'] %></td>
  <td class="pet-fit attribute attribute-details"><%= event_data['event_details'] %></td>
  <td class="pet-fit attribute attribute-user"><%= event_data['initiating_user'] %></td>
  <td class="pet-fit attribute attribute-software"><%= event_data['software_version'] %></td>
</tr>