Volume

<% nodes = Node.all %> <% if nodes.length == 0 %>
<% else %>
<% volumes.each_with_index do |volume, index| %> <%= raw volume_info(volume, index) %> <% end %>
<% end %>