Listing Ground Pictures

<% @ground_pictures.each do |gp| %> <% end -%>
id panel_id picture_id repeat position x,y z
<%= gp.id %> <%= link_to gp.panel_id, panel_path(gp.panel_id) %> <%= link_to gp.picture_id, color_path(gp.picture_id) %> <%= gp.repeat %><%= MagicNumber['ground_picture_repeat_items'][gp.repeat] %> <%= gp.x %>, <%= gp.y %> <%= gp.z %>