Report a friendly error for attempts to reference a user that does
not exist. Closes #805.
This commit is contained in:
parent
7d0a281d5b
commit
a1378a6bd4
4 changed files with 16 additions and 6 deletions
2
app/views/user/no_such_user.rhtml
Normal file
2
app/views/user/no_such_user.rhtml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue