Make browse not found pages consistent
This commit is contained in:
parent
97b14ce22a
commit
68e55078ec
19 changed files with 56 additions and 40 deletions
|
@ -172,7 +172,7 @@ class OldRelationsControllerTest < ActionDispatch::IntegrationTest
|
|||
def test_not_found
|
||||
get old_relation_path(0, 0)
|
||||
assert_response :not_found
|
||||
assert_template "old_relations/not_found"
|
||||
assert_template "browse/not_found"
|
||||
assert_template :layout => "map"
|
||||
assert_select "#sidebar_content", /relation #0 version 0 could not be found/
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue