]> git.openstreetmap.org Git - rails.git/commitdiff
Fixed typo in 'big changeset' display.
authorMatt Amos <zerebubuth@gmail.com>
Mon, 15 Jun 2009 14:16:19 +0000 (14:16 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Mon, 15 Jun 2009 14:16:19 +0000 (14:16 +0000)
app/views/changeset/_changeset.html.erb

index 6ec1de43ceffd835dc1c975d9d86e0c17e868016..8ac433415a3a843272ff4669fcc1c7241f8be80f 100644 (file)
@@ -41,7 +41,7 @@
       <a href='/?minlon=<%= minlon %>&minlat=<%= minlat %>&maxlon=<%= maxlon %>&maxlat=<%= maxlat %>&box=yes' title='<%= t'changeset.changeset.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 %>
-      <% t'changeset.changeset.big_area' %>
+      <%= t'changeset.changeset.big_area' %>
     <%
          end
        end