X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c7e038a4d098ef9f42eb13edf29aef24cbd537ef..e310767dcde76839c9c4fe452d5479ba531f3a65:/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 %>