Remove unused view

#700
This commit is contained in:
Artur Beljajev 2018-02-13 23:50:22 +02:00
parent fc6a2df2c5
commit 6f1f121e92

View file

@ -1,9 +0,0 @@
xml.epp_head do
xml.response do
xml.result('code' => '2501') do
xml.msg(@msg || 'Authentication error; server closing connection')
end
render('epp/shared/trID', builder: xml)
end
end