Sha256: d92b35f70054995381416826a0a3350ded4bb741e102d757a8c43094c82059f4

Contents?: true

Size: 870 Bytes

Versions: 2

Compression:

Stored size: 870 Bytes

Contents

<table class="table table-bordered">
  <thead class="thead-dark">
    <tr>
      <th scope="col">Attribute</th>
      <th scope="col">Value</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <th scope="row">id</th>
      <td><%= @command.id %></td>
    </tr>

    <tr>
      <th scope="row">Type</th>
      <td><%= @command.command_type %></td>
    </tr>

    <tr>
      <th scope="row">User</th>
      <td><%= @command.user_id %></td>
    </tr>

    <tr>
      <th scope="row">Created At</th>
      <td><%= @command.created_at %></td>
    </tr>

    <tr>
      <th scope="row">aggregate_id</th>
      <td><%= @command.aggregate_id %></td>
    </tr>

    <tr>
      <th scope="row">event_json</th>
      <td>
        <code>
          <%= simple_format JSON.pretty_generate(JSON.parse @command.command_json) %>
        </code>
      </td>
    </tr>
  </tbody>
</table>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sequent-rails-0.1.1 app/views/sequent/commands/show.html.erb
sequent-rails-0.1.0 app/views/sequent/commands/show.html.erb