cirandas.net

ref: master

plugins/networks/views/networks_plugin_network/_node.html.erb


<%= link_to node.name, node.url, target: '_blank' %>
<%= link_to t('views.network.structure.structure'), controller: :networks_plugin_network, action: :structure, node_id: node.id %> | <%= link_to t('views.network.structure.config'), controller: :networks_plugin_node, action: :edit, id: node.id %> | <%= link_to t('views.network.structure.remove'), remote: true, html: {data: {loading: '.listing'}}, data: {confirm: t('views.network.structure.confirm_node_remove', parent: node.parent.name, node: node.name)}, url: {controller: :networks_plugin_node, action: :destroy, id: node.id} %>