Sha256: 885aa5907c100a598cea6bfaa014192e8cd476c4cadfed63fcb7bdcff4610a78
Contents?: true
Size: 479 Bytes
Versions: 13
Compression:
Stored size: 479 Bytes
Contents
<tr id="exception_<%= exception.group_id %>"> <td> <strong><%= link_to "#{exception.exception_class}", :action => 'details', :id => exception.group_id %></strong> <br /> <span><%= truncate(h(exception.message), :length => 115) %></span> </td> <td> <%= "#{exception.controller_path}##{exception.action_name}" %> </td> <td><%= exception.created_at.strftime("%m/%d/%Y %I:%M%p") %></td> <td style="text-align: center;"><%= exception.count %></td> </tr>
Version data entries
13 entries across 7 versions & 1 rubygems