<%= t '.title' -%>

<% @ground_colors.each do |gc| %> <% end -%>
<%= t_m 'GroundColor.panel_id' -%> <%= t_m 'GroundColor.color_id' -%> <%= t_m 'GroundColor.z' -%> <%= t_m 'GroundColor.created_at' -%> <%= t_m 'GroundColor.updated_at' -%>
<%= link_to gc.panel_id, panel_path(gc.panel_id) %> ; background-color: #<%= format("%06x", gc.color.code) -%>;"><%= h gc.color.name %> <%= gc.z %> <%= distance_of_time_in_words_to_now gc.created_at %> <%= distance_of_time_in_words_to_now gc.updated_at %>