]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/_changeset.rhtml
more translations, and this time with stuff in the locale file too
[rails.git] / app / views / changeset / _changeset.rhtml
index 049be5d33ebcb225f183f0f591b0dfc8fe151c53..2a53564507f894e8b0918cb2fbdf950ffc7669cd 100644 (file)
   <%if showusername %>  
     <td class="<%= cl %>">
     <% if changeset.user.data_public? %>
-      <%= link_to h(changeset.user.display_name), :controller => "user", :action => "view", :display_name => changeset.user.display_name %>
+      <%= link_to h(changeset.user.display_name), :controller => "changeset", :action => "list_user", :display_name => changeset.user.display_name %>
     <% else %>
       <i>Anonymous</i>
     <% end %>
     </td>
   <% end %>
     
-  <td class="<%= cl %>">
+  <td class="<%= cl %> comment">
     <% if changeset.tags['comment'] %>
       <%= h(changeset.tags['comment']) %>
     <% else %>
     <% if changeset.min_lat.nil? %>
       (no edits)
     <% else 
-      lat1 = changeset.min_lat/GeoRecord::SCALE.to_f
-      lat2 = changeset.max_lat/GeoRecord::SCALE.to_f
-      lon1 = changeset.min_lon/GeoRecord::SCALE.to_f
-      lon2 = changeset.max_lon/GeoRecord::SCALE.to_f
+      minlon = changeset.min_lon/GeoRecord::SCALE.to_f
+      minlat = changeset.min_lat/GeoRecord::SCALE.to_f
+      maxlon = changeset.max_lon/GeoRecord::SCALE.to_f
+      maxlat = changeset.max_lat/GeoRecord::SCALE.to_f
+    %>
+      <a href='/?minlon=<%= minlon %>&minlat=<%= minlat %>&maxlon=<%= maxlon %>&maxlat=<%= maxlat %>&box=yes' title='show area box'><%= format("%0.3f",minlon) -%>,<%= format("%0.3f",minlat) -%>,<%= format("%0.3f",maxlon) -%>,<%= format("%0.3f",maxlat) -%></a>
+      <!--<%=changeset.area%>-->
+    <%   if changeset.area > 1500000000000 %>
+      (big)
+    <%
+         end
+       end
     %>
-      (<a href='/?lat=<%= lat1 %>&lon=<%= lon1 %>&zoom=14'><%= format("%0.3f",lat1) -%>,<%= format("%0.3f",lon1) -%></a>) to 
-      (<a href='/?lat=<%= lat2 %>&lon=<%= lon2 %>&zoom=14'><%= format("%0.3f",lat2) -%>,<%= format("%0.3f",lon2) -%></a>) 
-  <% end %>
   </td>
 
   <td class="<%= cl %>">