X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d6f8302eaeac711f8738c956f46c92de9743fed3..71cb2c50fcaf29e2b933fc981e40a00223d94d34:/app/views/oauth_clients/index.html.erb diff --git a/app/views/oauth_clients/index.html.erb b/app/views/oauth_clients/index.html.erb index a08b3c0ff..b4c2558cf 100644 --- a/app/views/oauth_clients/index.html.erb +++ b/app/views/oauth_clients/index.html.erb @@ -42,4 +42,6 @@ <% end %> <% end %> +<% if Settings.oauth_10_registration -%> <%= link_to t(".register_new"), { :action => :new }, :class => "btn btn-outline-primary" %> +<% end -%>