openstreetmap-website/app/views/oauth_clients/new.html.erb
2019-03-27 16:15:19 +00:00

10 lines
290 B
Text

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