metamaps--metamaps/app/views/doorkeeper/applications/edit.html.erb

11 lines
215 B
Plaintext
Raw Permalink Normal View History

<div id="yield">
<div class="centerContent">
<div class="page-header">
<h2><%= t('.title') %></h2>
</div>
<%= render 'form', application: @application %>
</div>
</div>
<%= render 'script' %>