Sha256: 84d2b0e1beb9a72ace9261580edfcfc202255d9c6ba35e329e9e1d955edaf371

Contents?: true

Size: 919 Bytes

Versions: 13

Compression:

Stored size: 919 Bytes

Contents

<p id="notice"><%= notice %></p>

<h1>Clears</h1>

<table>
  <thead>
    <tr>
      <th>Ip</th>
      <th>Result</th>
      <th>Answer</th>
      <th>Threat before</th>
      <th>Threat after</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% Antispam::Clear.all.order(created_at: :desc).limit(50).each do |clear| %>
      <tr>
        <td><%= clear.ip %></td>
        <td><%= clear.result %></td>
        <td><%= clear.answer %></td>
        <td><%= clear.threat_before %></td>
        <td><%= clear.threat_after %></td>
        <td><%= time_ago_in_words clear.created_at %> ago</td>
<!--        <td><%#= link_to 'Show', clear %></td>-->
<!--        <td><%#= link_to 'Edit', edit_clear_path(clear) %></td>-->
<!--        <td><%#= link_to 'Destroy', clear, method: :delete, data: { confirm: 'Are you sure?' } %></td>-->
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
antispam-0.3.3 app/views/antispam/clears/index.html.erb
antispam-0.3.2 app/views/antispam/clears/index.html.erb
antispam-0.3.1 app/views/antispam/clears/index.html.erb
antispam-0.3.0 app/views/antispam/clears/index.html.erb
antispam-0.2.11 app/views/antispam/clears/index.html.erb
antispam-0.2.10 app/views/antispam/clears/index.html.erb
antispam-0.2.8 app/views/antispam/clears/index.html.erb
antispam-0.2.6 app/views/antispam/clears/index.html.erb
antispam-0.2.5 app/views/antispam/clears/index.html.erb
antispam-0.2.4 app/views/antispam/clears/index.html.erb
antispam-0.2.3 app/views/antispam/clears/index.html.erb
antispam-0.1.4 app/views/antispam/clears/index.html.erb
antispam-0.1.3 app/views/antispam/clears/index.html.erb