mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
7 lines
200 B
Plaintext
7 lines
200 B
Plaintext
<%- model_class = @user.class -%>
|
|
<div class="card">
|
|
<h3 class="card-heading simple">Edit your account information</h3>
|
|
<div class="card-body">
|
|
<%= render :partial => 'form' %>
|
|
</div>
|
|
</div> |