metamaps--metamaps/views/doorkeeper/applications/edit.html.erb
Connor Turland 36a58e4bf3 remove stuff
2018-02-15 13:47:28 -05:00

11 lines
215 B
Plaintext

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