whitespace Revert og:image tags Add original design OSM logo in assets/ Update _header.html.erb
17 lines
460 B
Text
17 lines
460 B
Text
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>OpenStreetMap</title>
|
|
<%= stylesheet_link_tag "errors", :media => "screen" %>
|
|
<%= render :partial => "layouts/meta" %>
|
|
</head>
|
|
<body>
|
|
<a href="<%= root_path %>">
|
|
<%= image_tag "osm_logo.svg", :alt => t("layouts.logo.alt_text"), :class => "logo" %>
|
|
</a>
|
|
<div class="details">
|
|
<%= yield %>
|
|
</div>
|
|
</body>
|
|
</html>
|