Commit dec761bc authored by Gabriel Mazetto's avatar Gabriel Mazetto

Improve GeoNodes Admin screen

parent 579370be
......@@ -45,8 +45,11 @@
- @nodes.each do |node|
%li
.list-item-name
%span
= node.primary ? icon('star fw') : icon('globe fw')
%strong= node.url
%p #{node.primary ? 'Primary node' : 'Secondary node'}
%p
%span.help-block #{node.primary ? 'Primary node' : 'Secondary node'}
.pull-right
= link_to 'Remove', admin_geo_node_path(node), data: { confirm: 'Are you sure?' }, method: :delete, class: 'btn btn-remove btn-sm'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment