Commit fa3626d588de3f3f671086d4969903ad1a960953
1 parent
a26b8e9c
Exists in
master
and in
1 other branch
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,5 +21,5 @@ | ||
21 | - if errs.none? | 21 | - if errs.none? |
22 | %tr | 22 | %tr |
23 | %td{:colspan => (@app ? 5 : 6)} | 23 | %td{:colspan => (@app ? 5 : 6)} |
24 | - %em No errs have been caught, yet | 24 | + %em No errs here |
25 | = will_paginate @errs, :previous_label => '« Previous', :next_label => 'Next »' | 25 | = will_paginate @errs, :previous_label => '« Previous', :next_label => 'Next »' |
26 | \ No newline at end of file | 26 | \ No newline at end of file |