Sha256: 84e51f5f181581253a0828f1d8c6d71423c8786c586936235067b3d0cbd263ee

Contents?: true

Size: 476 Bytes

Versions: 3

Compression:

Stored size: 476 Bytes

Contents

<ul class="ruled watched-exceptions">
  <% watched_exceptions.each do |exception| %>
    <li id="<%= dom_id(exception) %>">
      <h3 class="exception-class"><%= link_to exception.name, watchtower_path(exception) %></h3>
      <span class="exception-message"><%= truncate(h(exception.message), :length => 90) %></span>
      <span class="exception-timestamp"><%= short_distance exception.created_at %></span>
    </li>
  <% end %>
</ul>
<%= will_paginate watched_exceptions %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
joshuaclayton-watchtower-0.1.2 app/views/watchtower/_recordset.erb
joshuaclayton-watchtower-0.1.3 app/views/watchtower/_recordset.erb
joshuaclayton-watchtower-0.1.4 app/views/watchtower/_recordset.erb