edit.html.erb 122 Bytes
<div class="page-header">
  <h1><%= _('Edit application') %></h1>
</div>

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