Sha256: 28c144ad98894c9da058167d3c8e2c7484709f69a9499062b5c32a876941b8a0

Contents?: true

Size: 680 Bytes

Versions: 3

Compression:

Stored size: 680 Bytes

Contents

!=haml :head
%body
  %h4
    %a{:href=>url_for('/nodes')} nodes
    %span /
    =@data[:name]
     
    %a{:title => "configuration", :href => url_for("/node/fetch/#{@data[:full_name]}") }
      %span{:class=>'glyphicon glyphicon-cloud-download', :style => "color: #000; font-size: 14px;"}
    %a{:title => "versions", :href => url_for("/node/version?node_full=#{@data[:full_name]}") }
      %img{:src=>url_for('/images/versioning_18px.png')}
    %a{:title => "update", :href => url_for("/node/next/#{@data[:full_name]}") }
      %span{:class=>'glyphicon glyphicon-repeat', :style => "color: #000; font-size: 14px;"}
  -out='';PP.pp(@data,out)
  %pre
    = preserve "#{out}"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
oxidized-web-0.5.2 lib/oxidized/web/views/node.haml
oxidized-web-0.5.1 lib/oxidized/web/views/node.haml
oxidized-web-0.5.0 lib/oxidized/web/views/node.haml