Report a friendly error for attempts to reference a user that does

not exist. Closes #805.
This commit is contained in:
Tom Hughes 2008-04-27 12:21:32 +00:00
parent 7d0a281d5b
commit a1378a6bd4
4 changed files with 16 additions and 6 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>