ref: master
plugins/custom_routes/views/custom_routes_plugin_admin/_route_entry.html.erb
<%= route.source_url %> <%= route.target_url %> <%= button_without_text(:edit, _('Edit'), { action: :edit, route_id: route.id }) %> <%= button_without_text(:remove, _('Remove'), { action: :destroy }, 'data-id' => route.id) %>