From: Sky Date: Wed, 15 Jun 2022 21:14:34 +0000 (+0300) Subject: Fix small error in _header.html.erb X-Git-Tag: live~1931^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/c9442b669d0f345d13ea64cde34f964d7054e0c9 Fix small error in _header.html.erb --- diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index ed302715a..1c1ae0ebe 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -107,7 +107,7 @@
<%= link_to t("layouts.log_in"), login_path(:referer => request.fullpath), :class => "geolink btn btn-outline-secondary" %> <%= link_to t("layouts.sign_up"), user_new_path, :class => "btn btn-outline-secondary" %> - +
<% end %>