<% if @type == "node" %>
<div class="details geo">
- Location:
+ <%= t 'browse.location' %>
<%= link_to(content_tag(:span, number_with_delimiter(common_details.lat), :class => "latitude") + ", " + content_tag(:span, number_with_delimiter(common_details.lon), :class => "longitude"), {:controller => 'site', :action => 'index', :lat => h(common_details.lat), :lon => h(common_details.lon), :zoom => "18"}) %>
</div>
<% end %>
download_xml: "Download XML"
view_history: "View History"
view_details: "View Details"
+ location: "Location:"
changeset:
title: "Changeset: %{id}"
belongs_to: "Author"