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