Set the link target of nodes to _blank.

Akinori MUSHA преди 10 години
родител
ревизия
c0810d3dfd
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      app/helpers/dot_helper.rb

+ 1 - 0
app/helpers/dot_helper.rb

@@ -146,6 +146,7 @@ module DotHelper
146 146
         statement 'node',
147 147
                   shape: 'box',
148 148
                   style: 'rounded',
149
+                  target: '_blank',
149 150
                   fontsize: 10,
150 151
                   fontname: ('Helvetica' if rich)
151 152