mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
8 lines
309 B
Text
8 lines
309 B
Text
<tr>
|
|
<td><%= link_to zone.origin, edit_admin_zone_path(zone), id: 'admin-edit-zone-btn' %></td>
|
|
<td>
|
|
<%= link_to t('.generate_zone_file_btn'),
|
|
admin_zonefiles_path(origin: zone.origin),
|
|
method: 'post', class: 'btn btn-xs btn-primary' %>
|
|
</td>
|
|
</tr>
|