projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'upstream/pull/2756'
[rails.git]
/
app
/
views
/
oauth_clients
/
new.html.erb
1
<% content_for :heading do %>
2
<h1><%= t ".title" %></h1>
3
<% end %>
4
5
<div class='standard-form'>
6
<%= form_for @client_application, :url => { :action => :create } do |f| %>
7
<%= render :partial => "form", :locals => { :f => f } %>
8
<%= f.submit %>
9
<% end %>
10
</div>