X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3ab9da6c6bc79a44fdf05266a5ca4dd5e0f34ef8..31659bedbe22001bc304e5c7c92c7b67b87d74e2:/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 -%>