]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_changeset_details.rhtml
Use {{count}} instead of {{(node|way_relation)_count}} since {{count}}
[rails.git] / app / views / browse / _changeset_details.rhtml
index 92002b6e30f7274c4cdc560b72c89d8010bd57c7..24d5da08c3c00d4bb5b2adda0ed15cf24f677a42 100644 (file)
@@ -49,7 +49,7 @@
 
   <% 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| %>
@@ -63,7 +63,7 @@
   
   <% 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| %>
@@ -80,7 +80,7 @@
   
   <% 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| %>