Merge remote-tracking branch 'upstream/pull/2362'
This commit is contained in:
commit
d99374434e
1 changed files with 6 additions and 1 deletions
|
@ -6,7 +6,12 @@
|
|||
<%= stylesheet_link_tag "errors", :media => "screen" %>
|
||||
</head>
|
||||
<body>
|
||||
<%= image_tag "osm_logo.png", :class => "logo" %>
|
||||
<a href="<%= root_path %>">
|
||||
<picture>
|
||||
<source srcset="<%= image_path "osm_logo.svg" %>" type="image/svg+xml"></source>
|
||||
<%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :class => "logo" %>
|
||||
</picture>
|
||||
</a>
|
||||
<div class="details">
|
||||
<%= yield %>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue