projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merged 17047 from trunk.
[rails.git]
/
app
/
views
/
oauth_clients
/
new.html.erb
1
<h1><%= t'oauth_clients.new.title' %></h1>
2
<% form_for :client_application, :url => { :action => :create } do |f| %>
3
<%= render :partial => "form", :locals => { :f => f } %>
4
<br />
5
<%= submit_tag t('oauth_clients.new.submit') %>
6
<% end %>