<%# locals: (acl:) %> <%= acl_address(acl.address) %> <%= acl.domain %> <%= acl.mx %> <%= acl.k %> <%= acl.v %>
<%= link_to t(".edit_button"), edit_acl_path(acl), :class => "btn btn-sm btn-primary" %> <%= button_to t(".destroy_button"), acl_path(acl), :method => :delete, :class => "btn btn-sm btn-danger", :form => { :data => { :turbo => true, :turbo_confirm => t(".confirm") } } %>