Commit e77a63ab55d076f6c134230a123ac4e0cc5811c1

Authored by Stas Kelvich
1 parent 9ad4c06e
Exists in master and in 1 other branch production

broken link to errors fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/errs/_table.html.haml
... ... @@ -15,7 +15,7 @@
15 15 - if(current_page?(:controller => 'errs'))
16 16 %span.environment= link_to err.environment, errs_path(environment: err.environment)
17 17 - else
18   - %span.environment= link_to err.environment, app_path(environment: err.environment)
  18 + %span.environment= link_to err.environment, app_path(err.app, environment: err.environment)
19 19 %td.message
20 20 = link_to err.message, app_err_path(err.app, err)
21 21 %em= err.where
... ...