Sha256: 05fc7e5003c5234ce97a30cd3f8aefa89f9243824f3e3401493fe470392055ba

Contents?: true

Size: 690 Bytes

Versions: 15

Compression:

Stored size: 690 Bytes

Contents

<div id="tartarus">
  <div id="tartarus_cap">
    <div id="tartarus_nav">
      <%= link_to 'Remove all', :action => :remove_all %>
    </div>
    <h2>Exception Overview</h2>
    <div><%= @exceptions.length %> Exceptions</div>
  </div>
  
  <table id="tartarus_overview">
    <thead>
      <tr>
        <th id="exception_summary">Summary</th>
        <th id="exception_location">Location</th>
        <th id="exception_date">Latest</th>
        <th id="exception_count">Count</th>
      </tr>
    </thead>
    
    <tbody>
      <% @exceptions.each do |exception| %>  
        <%= render :partial => 'exception', :object => exception %>
      <% end %>
    </tbody>
    
  </table>
</div>

Version data entries

15 entries across 9 versions & 1 rubygems

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