Sha256: 29b6891a68143fa775b05188ce3dc7013adff0068dff13a52c427ffe82300afe

Contents?: true

Size: 800 Bytes

Versions: 3

Compression:

Stored size: 800 Bytes

Contents

<div class="ui segment breadcrumb">
  <%= link_to 'Back', checks_path, class: 'section' %>
  <div class="divider"> / </div>
  <div class="active section">Show</div>
</div>

<table class="ui very basic large table">
  <tbody>
    <tr>
      <td class="right aligned"><%= Check.human_attribute_name(:member_id) %></td>
      <td><%= @check.member_id %></td>
    </tr>
    <tr>
      <td class="right aligned"><%= Check.human_attribute_name(:comment) %></td>
      <td><%= @check.comment %></td>
    </tr>
    <tr>
      <td class="right aligned"><%= Check.human_attribute_name(:approved) %></td>
      <td><%= @check.approved %></td>
    </tr>
    <tr>
      <td class="right aligned"><%= Check.human_attribute_name(:position) %></td>
      <td><%= @check.position %></td>
    </tr>
  </tbody>
</table>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails_audit-1.0.3 app/views/audit/admin/checks/show.html.erb
rails_audit-1.0.2 app/views/audit/admin/checks/show.html.erb
rails_audit-1.0.1 app/views/audit/admin/checks/show.html.erb