X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3244635aa11878135a014cf2c9ec9177f8e9d0ba..aa8fef0f94e531949346ec07bc57382b18c4adde:/app/views/changeset/_changeset.html.erb?ds=inline
diff --git a/app/views/changeset/_changeset.html.erb b/app/views/changeset/_changeset.html.erb
index 650030688..33d8cf129 100644
--- a/app/views/changeset/_changeset.html.erb
+++ b/app/views/changeset/_changeset.html.erb
@@ -27,8 +27,8 @@
<% end %>
<% if changeset.min_lat.nil? %>
<%= t'changeset.changeset.no_edits' %>
- <% else
- 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
- %>
+ <% else %>
+ <%
+ 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
+ %>
'><%= format("%0.3f",minlon) -%>,<%= format("%0.3f",minlat) -%>,<%= format("%0.3f",maxlon) -%>,<%= format("%0.3f",maxlat) -%>
- <% if changeset.area > 1500000000000 %>
- <%= t'changeset.changeset.big_area' %>
- <%
- end
- end
- %>
+ <% if changeset.area > 1500000000000 %>
+ <%= t'changeset.changeset.big_area' %>
+ <% end %>
+ <% end %>
|
-