Sha256: 738c00482744d80679af986375c89230a758d6d46ff64992d8e2088c5dc80a02

Contents?: true

Size: 476 Bytes

Versions: 2

Compression:

Stored size: 476 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(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

2 entries across 2 versions & 1 rubygems

Version Path
tartarus-1.0.1 generators/tartarus/templates/app/views/exceptions/_exception.html.erb
tartarus-1.0.0 generators/tartarus/templates/app/views/exceptions/_exception.html.erb