projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Serve embedded maps through the assets pipeline
[rails.git]
/
app
/
views
/
export
/
embed.html.erb
1
<!DOCTYPE html>
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
4
<meta charset="utf-8">
5
<title>OpenStreetMap Embedded</title>
6
<%= stylesheet_link_tag "embed", :media=> "screen" %>
7
<!--[if IE]>
8
<%= stylesheet_link_tag "leaflet.ie", :media=> "screen" %>
9
<![endif]-->
10
<%= javascript_include_tag "embed" %>
11
</head>
12
<body>
13
<div id="map"></div>
14
</body>
15
</html>