Fix tech contact / bulk transfer notifications

This commit is contained in:
Karl Erik Õunapuu 2020-12-22 19:05:06 +02:00
parent 903044263a
commit 8fffe6e736
No known key found for this signature in database
GPG key ID: C9DD647298A34764
5 changed files with 17 additions and 14 deletions

View file

@ -1,7 +1,7 @@
<%= form_tag registrar_tech_contacts_path, method: :patch, class: 'form-horizontal' do %>
<% if @error %>
<div class="alert alert-danger">
<%= @error[:message] %>
<%= @error %>
</div>
<% end %>