mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
5 lines
256 B
Plaintext
5 lines
256 B
Plaintext
<%- model_class = @user.class -%>
|
|
<h1><%=t '.title', :default => t('helpers.titles.edit', :model => model_class.model_name.human,
|
|
:default => "Edit #{model_class.model_name.human}") %></h1>
|
|
<%= render :partial => 'form' %>
|