<%= t '.title' -%>

<% @ground_colors.each do |ground_color| %> <%= render 'ground_colors/list_item', :ground_color => ground_color, :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) %>