Sha256: 007b67da2e0871fad74daaa249bc2d108a5a41e36968deb729e96d06773913ef
Contents?: true
Size: 714 Bytes
Versions: 17
Compression:
Stored size: 714 Bytes
Contents
%h1 Instance States %div#state_graph = image_tag url_for( '/api/instance_states?format=png' ) %table.states %thead %tr %th Origin %th Action %th Destination %tbody - @machine.states.each do |state| %tr %td.origin{:rowspan => "#{state.transitions.empty? ? 2 : (state.transitions.size + 1)}"} = state - if state.transitions.empty? %tr %td -- %td -- - else - state.transitions.each do |transition| %tr %td - if transition.automatically? %em auto - else = transition.action %td = transition.destination
Version data entries
17 entries across 17 versions & 2 rubygems