We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca96427 commit 1b0df70Copy full SHA for 1b0df70
1 file changed
app/views/inspect/nodes/show.html.haml
@@ -20,6 +20,7 @@
20
= link_to 'View document', link_to_node_file(@node_future), class: 'btn btn-small'
21
= link_to 'Visualize present graph', {:format => 'svg'}, :target => :blank, :class => 'btn btn-small'
22
= link_to 'Visualize future graph', {:format => 'svg', :graph => 'future'}, :target => :blank, :class => 'btn btn-small'
23
+ = link_to 'Copy key', '#', onclick: "navigator.clipboard.writeText('#{node_key}'); return false;", class: 'btn btn-small'
24
25
.row-fluid.span-12.node-flows
26
.node-flows-inner
0 commit comments