X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/782e619de229a06c4ffe55cc840e7f63c5693836..9e67c267a7a7d7722bd31de324b6bbf269156b58:/app/views/layouts/_header.html.erb diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 322b738ec..45e23fc2b 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -111,7 +111,7 @@ <% else %>
<%= 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" %> + <%= link_to t("layouts.sign_up"), new_user_path, :class => "btn btn-outline-secondary" %>
<% end %>