projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c3a31d
)
Fix misspelling, @lng -> @lon
author
Bryan Housel
<bryan@mapbox.com>
Tue, 15 Nov 2016 15:40:42 +0000
(10:40 -0500)
committer
Bryan Housel
<bryan@mapbox.com>
Tue, 15 Nov 2016 15:40:42 +0000
(10:40 -0500)
app/views/site/_id.html.erb
patch
|
blob
|
history
diff --git
a/app/views/site/_id.html.erb
b/app/views/site/_id.html.erb
index 374cdbb80abc5939de1dc58880967dac5533021c..757326ec3d76671cf3ed4772c0aeceaaa7c4b633 100644
(file)
--- a/
app/views/site/_id.html.erb
+++ b/
app/views/site/_id.html.erb
@@
-14,7
+14,7
@@
}
} else {
<% if @lat && @lon -%>
- params.map = '16/<%= @lat %>/<%= @l
ng
%>';
+ params.map = '16/<%= @lat %>/<%= @l
on
%>';
<% else -%>
params.map = (mapParams.zoom || 17) + '/' + mapParams.lat + '/' + mapParams.lon;
<% end -%>