Commit fa3626d588de3f3f671086d4969903ad1a960953

Authored by Jared Pace
1 parent a26b8e9c
Exists in master and in 1 other branch production

Change wording in the errs table if there are no errs.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/errs/_table.html.haml
... ... @@ -21,5 +21,5 @@
21 21 - if errs.none?
22 22 %tr
23 23 %td{:colspan => (@app ? 5 : 6)}
24   - %em No errs have been caught, yet
  24 + %em No errs here
25 25 = will_paginate @errs, :previous_label => '« Previous', :next_label => 'Next »'
26 26 \ No newline at end of file
... ...