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

Version Path
eventsimple-1.5.6 app/views/eventsimple/models/show.html.erb
eventsimple-1.5.5 app/views/eventsimple/models/show.html.erb
eventsimple-1.5.4 app/views/eventsimple/models/show.html.erb
eventsimple-1.5.3 app/views/eventsimple/models/show.html.erb
eventsimple-1.4.3 app/views/eventsimple/models/show.html.erb
eventsimple-1.4.2 app/views/eventsimple/models/show.html.erb
eventsimple-1.4.1 app/views/eventsimple/models/show.html.erb
eventsimple-1.4.0 app/views/eventsimple/models/show.html.erb
eventsimple-1.3.3 app/views/eventsimple/models/show.html.erb
eventsimple-1.3.2 app/views/eventsimple/models/show.html.erb
eventsimple-1.3.1 app/views/eventsimple/models/show.html.erb
eventsimple-1.3.0 app/views/eventsimple/models/show.html.erb
eventsimple-1.2.3 app/views/eventsimple/models/show.html.erb
eventsimple-1.2.2 app/views/eventsimple/models/show.html.erb
eventsimple-1.2.1 app/views/eventsimple/models/show.html.erb
eventsimple-1.2.0 app/views/eventsimple/models/show.html.erb
eventsimple-1.1.3 app/views/eventsimple/models/show.html.erb
eventsimple-1.1.2 app/views/eventsimple/models/show.html.erb
eventsimple-1.1.1 app/views/eventsimple/models/show.html.erb
eventsimple-1.1.0 app/views/eventsimple/models/show.html.erb