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

Version Path
tartarus-2.3 spec/rails_app/app/views/logged_exceptions/_exception.html.erb
tartarus-2.3 lib/generators/tartarus/templates/app/views/exceptions/_exception.html.erb
tartarus-2.2 lib/generators/tartarus/templates/app/views/exceptions/_exception.html.erb
tartarus-2.2 spec/rails_app/app/views/logged_exceptions/_exception.html.erb
tartarus-2.0.4 lib/generators/tartarus/templates/app/views/exceptions/_exception.html.erb
tartarus-2.0.4 spec/rails_app/app/views/logged_exceptions/_exception.html.erb
tartarus-2.0.3 lib/generators/tartarus/templates/app/views/exceptions/_exception.html.erb
tartarus-2.0.3 spec/rails_app/app/views/logged_exceptions/_exception.html.erb
tartarus-2.0.1 lib/generators/tartarus/templates/app/views/exceptions/_exception.html.erb
tartarus-2.0.1 spec/rails_app/app/views/logged_exceptions/_exception.html.erb
tartarus-2.0.0 spec/rails_app/app/views/logged_exceptions/_exception.html.erb
tartarus-2.0.0 lib/generators/tartarus/templates/app/views/exceptions/_exception.html.erb
tartarus-1.0.3 generators/tartarus/templates/app/views/exceptions/_exception.html.erb