diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/common/404.rhtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/common/404.rhtml b/app/views/common/404.rhtml new file mode 100644 index 000000000..a81eeba02 --- /dev/null +++ b/app/views/common/404.rhtml @@ -0,0 +1,4 @@ +<h2>404</h2>
+
+<p><%= l(:notice_file_not_found) %></p>
+<p><a href="javascript:history.back()">Back</a></p>
|