projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
590f32095dab8445db2c69c5e03d73f1e01a4477
[rails.git]
/
app
/
views
/
layouts
/
error.html.erb
1
<!DOCTYPE html>
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
4
<meta charset="utf-8">
5
<title>OpenStreetMap</title>
6
<%= stylesheet_link_tag "errors", :media=> "screen" %>
7
</head>
8
<body>
9
<%= image_tag "osm_logo.png", :class => "logo" %>
10
<div class="details">
11
<%= yield %>
12
</div>
13
</body>
14
</html>