Skip to content

Commit

Permalink
Merge pull request #343 from alphagov/400-errors
Browse files Browse the repository at this point in the history
Add 400 error template
  • Loading branch information
alext committed Dec 3, 2013
2 parents 1216884 + 2350052 commit 7e85fc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/root/400.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<%= render partial: "four_hundred_error", locals: {
title: "Bad request - 400",
heading: "Bad request",
intro: ''
} %>

0 comments on commit 7e85fc3

Please sign in to comment.