Skip to content

Commit

Permalink
Fix shared bulk error template
Browse files Browse the repository at this point in the history
  • Loading branch information
mayorova committed Nov 27, 2024
1 parent 6b7cf33 commit 3e04117
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ def collection
end

def errors_template
'buyers/applications/bulk/shared/errors.html'
'buyers/applications/bulk/shared/errors'
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ def recipients
end

def errors_template
'buyers/accounts/bulk/shared/errors.html'
'buyers/accounts/bulk/shared/errors'
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ def collection
end

def errors_template
'buyers/service_contracts/bulk/shared/errors.html'
'buyers/service_contracts/bulk/shared/errors'
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ def recipients
end

def errors_template
'buyers/accounts/bulk/shared/errors.html'
'buyers/accounts/bulk/shared/errors'
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def setup
action: 'create'
}
assert_response :unprocessable_entity
assert_template 'buyers/service_contracts/bulk/shared/errors.html'
assert_template 'buyers/service_contracts/bulk/shared/errors'
end

test '#new renders with the display_name in the title of the contract' do
Expand Down

0 comments on commit 3e04117

Please sign in to comment.