Sha256: 678c8d72f2837a13399ca3019fccf8fc3d2b18e9b756d70e57ec69ea3ee5186c
Contents?: true
Size: 545 Bytes
Versions: 21
Compression:
Stored size: 545 Bytes
Contents
<table class="table table-striped"> <thead> <tr> <th scope="col" width="15%">Time</th> <th scope="col" width="30%">Identifier</th> <th scope="col" width="65%">Event</th> </tr> </thead> <tbody> <% @latest_entities.each do |event| %> <tr> <td scope="row"><%= "#{time_ago_in_words(event.created_at)} ago" %></td> <td><%= link_to event.aggregate_id, model_entity_path(@model_name, event.aggregate_id) %></td> <td><%= event.type %></td> </tr> <% end %> </tbody> </table>
Version data entries
21 entries across 21 versions & 1 rubygems