Remove unused view

This commit is contained in:
Artur Beljajev 2018-08-29 12:11:57 +03:00
parent b6ecae6a35
commit afaa3d75d4
2 changed files with 0 additions and 78 deletions

View file

@ -16,12 +16,6 @@ xml.epp_head do
end
if @notification.action&.contact
# render(partial: 'epp/poll/contact',
# locals: {
# builder: xml,
# contact: @notification.action.contact,
# address_processing: Setting.address_processing
# })
render(partial: 'epp/poll/action',
locals: {
builder: xml,