1 <% content_for :heading do %>
 
   2   <h1><%= t'oauth_clients.new.title' %></h1>
 
   5 <div class='standard-form'>
 
   6   <%= form_for :client_application, :url => { :action => :create } do |f| %>
 
   7     <%= render :partial => "form", :locals => { :f => f } %>
 
   8     <%= submit_tag t('oauth_clients.new.submit') %>