Commit a26b8e9c1305f5a72ed9ece16e51c4d55c1d14e2
1 parent
6bfbec4f
Exists in
master
and in
1 other branch
Link to the err page in the mailer not the notice page which does not exist.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/mailer/err_notification.text.erb
@@ -2,6 +2,6 @@ An err has just occurred in <%= @notice.err.environment %>: <%= @notice.err.mess | @@ -2,6 +2,6 @@ An err has just occurred in <%= @notice.err.environment %>: <%= @notice.err.mess | ||
2 | 2 | ||
3 | This err has occurred <%= pluralize @notice.err.notices.count, 'time' %>. You should really look into it here: | 3 | This err has occurred <%= pluralize @notice.err.notices.count, 'time' %>. You should really look into it here: |
4 | 4 | ||
5 | - <%= app_err_notice_url(@app, @notice.err, @notice) %> | 5 | + <%= app_err_url(@app, @notice.err) %> |
6 | 6 | ||
7 | <%= render :partial => 'signature' %> | 7 | <%= render :partial => 'signature' %> |
8 | \ No newline at end of file | 8 | \ No newline at end of file |