X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/90e2a144dca37f910eb70107158773a8c23ea469..d76756d202aa3e3e12004e3a9f31898292b078d6:/app/views/layouts/_header.html.erb diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index c95cc4a75..3963c211e 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -2,7 +2,7 @@

- " type="image/svg+xml"> + " type="image/svg+xml" /> <%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :class => "logo" %> <%= t "layouts.project_name.h1" %> @@ -102,7 +102,7 @@ <%= yield :greeting %>
  • - <%= link_to t("layouts.logout"), logout_path(:session => session.id, :referer => request.fullpath), :class => "geolink" %> + <%= link_to t("layouts.logout"), logout_path(:referer => request.fullpath), :method => "post", :class => "geolink" %>