<%= t '.title' -%>

<% @ground_colors.each do |gc| %> <%= render 'ground_colors/list_item', :ground_color => gc, :author => @author %> <% end -%>
<%= t_m 'GroundColor.id' -%> <%= t_m 'GroundColor.caption' -%> <%= t_m 'GroundColor.code' -%> <%= t_m 'GroundColor.panel_id' -%> <%= t_m 'GroundColor.z' -%> <%= t_m 'GroundColor.updated_at' -%>
<%= paginate(@paginate) %> <%= link_to t('ground_colors.new.title'), new_ground_color_path %>