notebook/app/views/users/edit.html.erb
2012-12-23 23:23:00 -06:00

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' %>