X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7565f5aa4aad13bb45929ba26e82a1ab3ca28210..49e257200e26a11719cfa154a6c87efba1550a1b:/app/views/layouts/_header.html.erb?ds=inline 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 %>