about summary refs log tree commit diff
path: root/app/views/doorkeeper/applications/new.html.erb
blob: 05bddd2e4d48669fa29966cbabc7c7c6be3b7903 (plain) (blame)
1
2
3
4
5
<div class="page-header">
  <h1><%= t('.title') %></h1>
</div>

<%= render 'form', application: @application %>