Add condition for user not found in trace controller.

Closes #1710
This commit is contained in:
Thomas Wood 2009-04-19 21:22:34 +00:00
parent c29c7cd56c
commit e8c7543bdd
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,2 @@
<h2><%= h(@not_found_user) %></h2>
<p>Sorry, there is no user with the name <%= @not_found_user -%>. Please check your spelling, or maybe the link you clicked is wrong.</p>