projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Link to previous/next nonempty user's changeset on changeset pages
[rails.git]
/
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 a08b3c0ffb4e3a5749cdb6e16218ec21a183ac16..b4c2558cfebe816f88d0c8aa592d9adb107049a3 100644
(file)
--- a/
app/views/oauth_clients/index.html.erb
+++ b/
app/views/oauth_clients/index.html.erb
@@
-42,4
+42,6
@@
<% end %>
</ul>
<% end %>
+<% if Settings.oauth_10_registration -%>
<%= link_to t(".register_new"), { :action => :new }, :class => "btn btn-outline-primary" %>
+<% end -%>