<% unless @nodes.empty? %>
<tr valign="top">
- <th><%= t 'browse.changeset_details.has_nodes', :node_count => @node_pages.item_count %></th>
+ <th><%= t 'browse.changeset_details.has_nodes', :count => @node_pages.item_count %></th>
<td>
<table cellpadding="0">
<% @nodes.each do |node| %>
<% unless @ways.empty? %>
<tr valign="top">
- <th><%= t 'browse.changeset_details.has_ways', :way_count => @way_pages.item_count %></th>
+ <th><%= t 'browse.changeset_details.has_ways', :count => @way_pages.item_count %></th>
<td>
<table cellpadding="0">
<% @ways.each do |way| %>
<% unless @relations.empty? %>
<tr valign="top">
- <th><%= t 'browse.changeset_details.has_relations', :relation_count => @relation_pages.item_count %></th>
+ <th><%= t 'browse.changeset_details.has_relations', :count => @relation_pages.item_count %></th>
<td>
<table cellpadding="0">
<% @relations.each do |relation| %>