]> git.openstreetmap.org Git - rails.git/blob - app/views/acls/_form.html.erb
Merge remote-tracking branch 'upstream/pull/7375'
[rails.git] / app / views / acls / _form.html.erb
1 <%# locals: (acl:) %>
2
3 <%= bootstrap_form_with(:model => acl) do |form| %>
4   <%= form.text_field :address, :value => acl.address_before_type_cast %>
5   <%= form.text_field :domain %>
6   <%= form.text_field :mx %>
7   <%= form.text_field :k %>
8   <%= form.text_field :v %>
9   <%= form.primary %>
10   <%= link_to t(".cancel"), acls_path, :class => "btn btn-link" %>
11 <% end %>