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

11 lines
206 B
Plaintext
Raw Normal View History

<div id="yield">
<div class="centerContent">
<div class="page-header">
2018-03-04 02:25:42 +00:00
<h2>{ t('.title') }</h2>
</div>
2018-03-04 02:25:42 +00:00
{ render 'form', application: @application }
</div>
</div>
2018-03-04 02:25:42 +00:00
{ render 'script' }